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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 18322bd5434fa2629ed9eef84e28605af737d938..1bcd1c984fc8c2892d61ab3088c78a7c4c568f85 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -275,6 +275,7 @@ class WEB_EXPORT WebLocalFrameImpl final
WebURLRequest::RequestContext,
bool wasAllowed,
bool hadRedirect) override;
+ void clientDroppedNavigation() override;
void sendOrientationChangeEvent() override;
WebSandboxFlags effectiveSandboxFlags() const override;
void forceSandboxFlags(WebSandboxFlags) override;

Powered by Google App Engine
This is Rietveld 408576698