Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(118)

Unified Diff: third_party/WebKit/public/web/WebFrameClient.h

Issue 2735183003: PlzNavigate: stop navigations when opening a document for write (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/public/web/WebFrameClient.h
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h
index 939af5ab97c228d982c6a55608006f9a95b1d8d8..cb181b59c14dbc1336ff75ddf459bdfea5943276 100644
--- a/third_party/WebKit/public/web/WebFrameClient.h
+++ b/third_party/WebKit/public/web/WebFrameClient.h
@@ -450,6 +450,10 @@ class BLINK_EXPORT WebFrameClient {
return WebEffectiveConnectionType::TypeUnknown;
}
+ // PlzNavigate
+ // Called to abort a navigation that is being handled by the browser process.
+ virtual void abortClientNavigation() {}
+
// Push API ---------------------------------------------------
// Used to access the embedder for the Push API.

Powered by Google App Engine
This is Rietveld 408576698