| Index: extensions/browser/extension_host.h
|
| diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
|
| index 5d92335da1856cfca170c0ef2158065adac85791..29729b574305007dde94e4f1de6132cb392d3463 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(
|
|
|