| Index: extensions/browser/extension_host.h
|
| diff --git a/extensions/browser/extension_host.h b/extensions/browser/extension_host.h
|
| index def200d3a1dca2e35a34660f152f967211702dc0..4f815011c2b57a4471e177c292d250f6ca715eda 100644
|
| --- a/extensions/browser/extension_host.h
|
| +++ b/extensions/browser/extension_host.h
|
| @@ -85,7 +85,8 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| void DidStopLoading(content::RenderViewHost* render_view_host) override;
|
|
|
| // content::WebContentsDelegate
|
| - content::JavaScriptDialogManager* GetJavaScriptDialogManager() override;
|
| + content::JavaScriptDialogManager* GetJavaScriptDialogManager(
|
| + content::WebContents* source) override;
|
| void AddNewContents(content::WebContents* source,
|
| content::WebContents* new_contents,
|
| WindowOpenDisposition disposition,
|
|
|