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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.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/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index e296884f8d13f38958482cd54c42674e88ecb096..d0802f9a6804ac280687a5954f0c5c1ba388435b 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
bool wasAllowed,
bool hadRedirect,
const WebSourceLocation&) override;
+ void clientDroppedNavigation() override;
void sendOrientationChangeEvent() override;
WebSandboxFlags effectiveSandboxFlags() const override;
void forceSandboxFlags(WebSandboxFlags) override;

Powered by Google App Engine
This is Rietveld 408576698