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

Unified Diff: extensions/browser/extension_host.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 | « content/test/test_web_contents.cc ('k') | extensions/browser/extension_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/extension_host.h
diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
index 83d3f1198d3322a2e2ad496284181c232e342c02..07f0c62b033277f3d9acc3e8e091a6df0cce777e 100644
--- a/extensions/browser/extension_host.h
+++ b/extensions/browser/extension_host.h
@@ -103,8 +103,8 @@ class ExtensionHost : public DeferredStartRenderHost,
void RenderViewReady() override;
void RenderProcessGone(base::TerminationStatus status) override;
void DocumentAvailableInMainFrame() override;
- void DidStartLoading(content::RenderViewHost* render_view_host) override;
- void DidStopLoading(content::RenderViewHost* render_view_host) override;
+ void DidStartLoading() override;
+ void DidStopLoading() override;
// content::WebContentsDelegate:
content::JavaScriptDialogManager* GetJavaScriptDialogManager(
« no previous file with comments | « content/test/test_web_contents.cc ('k') | extensions/browser/extension_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698