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

Unified Diff: public/web/WebFrameClient.h

Issue 790383002: Remove NavigationAction (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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
« Source/core/loader/FrameLoader.cpp ('K') | « public/web/WebDataSource.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index b037e7b630b0d6c1d9a4878889cdc6ae0d7df371..2429183f3eb29a59787262c3c10ddc6a91ddeb48 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -256,9 +256,8 @@ public:
virtual void didCreateDataSource(WebLocalFrame*, WebDataSource*) { }
// A new provisional load has been started.
- virtual void didStartProvisionalLoad(WebLocalFrame* localFrame, bool isTransitionNavigation, double triggeringEventTime) { didStartProvisionalLoad(localFrame, isTransitionNavigation); }
- // DEPRECATED, to be removed once RenderFrameImpl implements the 3-parameter variant.
- virtual void didStartProvisionalLoad(WebLocalFrame* localFrame, bool isTransitionNavigation) { }
+ virtual void didStartProvisionalLoad(WebLocalFrame* localFrame, bool isTransitionNavigation,
+ double triggeringEventTime) { }
// The provisional load was redirected via a HTTP 3xx response.
virtual void didReceiveServerRedirectForProvisionalLoad(WebLocalFrame*) { }
« Source/core/loader/FrameLoader.cpp ('K') | « public/web/WebDataSource.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698