| Index: chrome/browser/extensions/extension_host.h
|
| diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h
|
| index 6df6308755ecf2567f5ade6874df2717acf61996..275c43b2bf36768393d08cea5b869d55dbdb3789 100644
|
| --- a/chrome/browser/extensions/extension_host.h
|
| +++ b/chrome/browser/extensions/extension_host.h
|
| @@ -36,6 +36,7 @@ namespace content {
|
| class RenderProcessHost;
|
| class RenderWidgetHostView;
|
| class SiteInstance;
|
| +class WebIntentsDispatcher;
|
| }
|
|
|
| namespace extensions {
|
| @@ -165,6 +166,9 @@ class ExtensionHost : public content::WebContentsDelegate,
|
| virtual void CloseContents(content::WebContents* contents) OVERRIDE;
|
| virtual void OnStartDownload(content::WebContents* source,
|
| content::DownloadItem* download) OVERRIDE;
|
| + virtual void WebIntentDispatch(
|
| + content::WebContents* web_contents,
|
| + content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
|
|
|
| // content::NotificationObserver
|
| virtual void Observe(int type,
|
|
|