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

Unified Diff: chrome/browser/ui/browser.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
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 69c602b35515554ffbf1ce86f476342108ec3b2d..416921b4b5fe20d7109d8cc129cc94dc917d63ba 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -92,10 +92,6 @@ struct SelectedFileInfo;
class WebDialogDelegate;
}
-namespace webkit_glue {
-struct WebIntentServiceData;
-}
-
class Browser : public TabStripModelObserver,
public content::WebContentsDelegate,
public CoreTabHelperDelegate,
@@ -616,15 +612,6 @@ class Browser : public TabStripModelObserver,
const GURL& url,
const string16& title,
bool user_gesture) OVERRIDE;
-#if defined(ENABLE_WEB_INTENTS)
- virtual void RegisterIntentHandler(
- content::WebContents* web_contents,
- const webkit_glue::WebIntentServiceData& data,
- bool user_gesture) OVERRIDE;
- virtual void WebIntentDispatch(
- content::WebContents* web_contents,
- content::WebIntentsDispatcher* intents_dispatcher) OVERRIDE;
-#endif
virtual void UpdatePreferredSize(content::WebContents* source,
const gfx::Size& pref_size) OVERRIDE;
virtual void ResizeDueToAutoResize(content::WebContents* source,
« no previous file with comments | « chrome/browser/profiles/profile_dependency_manager.cc ('k') | chrome/browser/ui/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698