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

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

Issue 2768813002: PlzNavigate: don't stop all loaders when renderer-initiated nav fails
Patch Set: Removed id 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/WebLocalFrame.h
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h
index 3635e31812132b453e567e15232d6e608c925fa9..008d102e79ea9e1ef4c33813452c9db953d2219a 100644
--- a/third_party/WebKit/public/web/WebLocalFrame.h
+++ b/third_party/WebKit/public/web/WebLocalFrame.h
@@ -202,6 +202,11 @@ class WebLocalFrame : public WebFrame {
bool hadRedirect,
const WebSourceLocation&) = 0;
+ // PlzNavigate
+ // Informs the frame that the navigation it asked the client to do was
+ // dropped.
+ virtual void clientDroppedNavigation() = 0;
+
// Orientation Changes ----------------------------------------------------
// Notify the frame that the screen orientation has changed.
« content/renderer/render_frame_impl.cc ('K') | « third_party/WebKit/Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698