// Copyright 2017 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. module prerender.mojom; // NoStatePrefetch messages sent from the browser to the render frame. interface NoStatePrefetchMessages { // Tells a renderer that it's currently being prefetched. // Must only be set before any navigation occurs. SetIsNoStatePrefetching(string histogram_prefix); };