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

Unified Diff: chrome/browser/background/background_contents.h

Issue 1008913002: Remove RenderViewHost parameter from WebContentsObserver::Did{Start|Stop}Loading. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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 | « no previous file | chrome/browser/background/background_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/background/background_contents.h
diff --git a/chrome/browser/background/background_contents.h b/chrome/browser/background/background_contents.h
index e3a07753b7e590904d425eb092ee439db39766c3..9d8dbbcad1a8f22dda8a1f646bf4508395769480 100644
--- a/chrome/browser/background/background_contents.h
+++ b/chrome/browser/background/background_contents.h
@@ -81,8 +81,8 @@ class BackgroundContents : public extensions::DeferredStartRenderHost,
// content::WebContentsObserver implementation:
void RenderProcessGone(base::TerminationStatus status) override;
- void DidStartLoading(content::RenderViewHost* render_view_host) override;
- void DidStopLoading(content::RenderViewHost* render_view_host) override;
+ void DidStartLoading() override;
+ void DidStopLoading() override;
// content::NotificationObserver
void Observe(int type,
« no previous file with comments | « no previous file | chrome/browser/background/background_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698