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

Unified Diff: content/browser/renderer_host/render_view_host_delegate.h

Issue 10805051: Add RenderViewHost* to DidStartLoading and DidStopLoading in (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 5 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: content/browser/renderer_host/render_view_host_delegate.h
===================================================================
--- content/browser/renderer_host/render_view_host_delegate.h (revision 147723)
+++ content/browser/renderer_host/render_view_host_delegate.h (working copy)
@@ -201,11 +201,11 @@
// The RenderView began loading a new page. This corresponds to WebKit's
// notion of the throbber starting.
- virtual void DidStartLoading() {}
+ virtual void DidStartLoading(RenderViewHost* render_view_host) {}
// The RenderView stopped loading a page. This corresponds to WebKit's
// notion of the throbber stopping.
- virtual void DidStopLoading() {}
+ virtual void DidStopLoading(RenderViewHost* render_view_host) {}
// The pending page load was canceled.
virtual void DidCancelLoading() {}
« no previous file with comments | « chrome/browser/ui/sync/one_click_signin_helper.cc ('k') | content/browser/renderer_host/render_view_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698