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

Unified Diff: content/public/browser/web_contents_observer.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
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_observer.h
===================================================================
--- content/public/browser/web_contents_observer.h (revision 147723)
+++ content/public/browser/web_contents_observer.h (working copy)
@@ -84,11 +84,11 @@
int error_code,
const string16& error_description,
RenderViewHost* render_view_host) {}
+ virtual void DidStartLoading(RenderViewHost* render_view_host) {}
+ virtual void DidStopLoading(RenderViewHost* render_view_host) {}
+
virtual void DidGetUserGesture() {}
virtual void DidGetIgnoredUIEvent() {}
-
- virtual void DidStartLoading() {}
- virtual void DidStopLoading() {}
virtual void StopNavigation() {}
virtual void DidOpenURL(const GURL& url,
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698