Index: chrome/browser/extensions/extension_host.h |
diff --git a/chrome/browser/extensions/extension_host.h b/chrome/browser/extensions/extension_host.h |
index 94bdd5a53df5b9b3da6c0980147be4baa913494c..b2c2430aa2bb9fd902fbc2c94ea5a935bf958c3d 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 { |
@@ -166,6 +167,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, |