Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: chrome/browser/extensions/extension_host.h

Issue 10830102: [Web Intents] Add ability to dispatch intents from extension-caused code (i.e. context menus) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ifdef out impl for android Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | chrome/browser/extensions/extension_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698