| 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(
|
|
|