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

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: rebase 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 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,
« no previous file with comments | « chrome/browser/ui/toolbar/action_box_button_controller.cc ('k') | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698