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 babc1aeb9b618b3bb72020b00a41691980301f80..3d06fecf3dc1af2e602c5d2d2d38e6a16002dbc5 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, |