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, |