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

Unified Diff: chrome/browser/ui/views/external_tab_container_win.h

Issue 12225076: Delete most web intents code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 10 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
Index: chrome/browser/ui/views/external_tab_container_win.h
diff --git a/chrome/browser/ui/views/external_tab_container_win.h b/chrome/browser/ui/views/external_tab_container_win.h
index 9d93c26871813f731f300c5e916b57b8d952677b..7c63bec7ccde3f0cfc7e5fcafc700a622992f6cb 100644
--- a/chrome/browser/ui/views/external_tab_container_win.h
+++ b/chrome/browser/ui/views/external_tab_container_win.h
@@ -34,10 +34,6 @@ class TabContentsContainer;
class RenderViewContextMenuViews;
struct NavigationInfo;
-namespace content {
-class WebIntentsDispatcher;
-}
-
namespace ui {
class ViewProp;
}
@@ -161,15 +157,6 @@ class ExternalTabContainerWin : public ExternalTabContainer,
const GURL& url,
const string16& title,
bool user_gesture) OVERRIDE;
-#if defined(ENABLE_WEB_INTENTS)
- virtual void RegisterIntentHandler(
- content::WebContents* tab,
- const webkit_glue::WebIntentServiceData& data,
- bool user_gesture) OVERRIDE;
- virtual void WebIntentDispatch(
- content::WebContents* tab,
- content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
-#endif
virtual void FindReply(content::WebContents* tab,
int request_id,
int number_of_matches,

Powered by Google App Engine
This is Rietveld 408576698