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

Unified Diff: Source/web/FrameLoaderClientImpl.h

Issue 216083002: Revert of Revert of Make start/stop loading notifications per-frame (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/FrameLoaderClientImpl.h
diff --git a/Source/web/FrameLoaderClientImpl.h b/Source/web/FrameLoaderClientImpl.h
index b08e6a01b069b56061400a81a04c688708b89415..ef97bd701e467dcc388ec1c3e3ad7b3ca26cf927 100644
--- a/Source/web/FrameLoaderClientImpl.h
+++ b/Source/web/FrameLoaderClientImpl.h
@@ -98,9 +98,9 @@
virtual void dispatchWillRequestResource(WebCore::FetchRequest*) OVERRIDE;
virtual void dispatchWillSendSubmitEvent(WebCore::HTMLFormElement*) OVERRIDE;
virtual void dispatchWillSubmitForm(WebCore::HTMLFormElement*) OVERRIDE;
- virtual void postProgressStartedNotification(WebCore::LoadStartType) OVERRIDE;
- virtual void postProgressEstimateChangedNotification() OVERRIDE;
- virtual void postProgressFinishedNotification() OVERRIDE;
+ virtual void didStartLoading(WebCore::LoadStartType) OVERRIDE;
+ virtual void didStopLoading() OVERRIDE;
+ virtual void progressEstimateChanged(double progressEstimate) OVERRIDE;
virtual void loadURLExternally(const WebCore::ResourceRequest&, WebCore::NavigationPolicy, const String& suggestedName = String()) OVERRIDE;
virtual bool navigateBackForward(int offset) const OVERRIDE;
virtual void didAccessInitialDocument() OVERRIDE;
« no previous file with comments | « Source/core/page/Page.cpp ('k') | Source/web/FrameLoaderClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698