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

Unified Diff: third_party/WebKit/Source/core/loader/FrameLoader.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/core/loader/FrameLoader.h
diff --git a/third_party/WebKit/Source/core/loader/FrameLoader.h b/third_party/WebKit/Source/core/loader/FrameLoader.h
index 40ee2b1ab2bd67a003e5de00aacb1f0ca4e34ac1..f62117e9362bdf5a4f9792cc6277805ceff725bf 100644
--- a/third_party/WebKit/Source/core/loader/FrameLoader.h
+++ b/third_party/WebKit/Source/core/loader/FrameLoader.h
@@ -222,6 +222,8 @@ class CORE_EXPORT FrameLoader final {
static void setReferrerForFrameRequest(FrameLoadRequest&);
+ void clientDroppedNavigation();
+
private:
void checkTimerFired(TimerBase*);

Powered by Google App Engine
This is Rietveld 408576698