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

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: . 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/browser.h
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
index 8d0ce58b65cef752d8b553a3776c25b3f49a2d6d..cabf5d5b3a4c19896de8a6f566c2ef02d90bd465 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,
@@ -611,15 +607,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,

Powered by Google App Engine
This is Rietveld 408576698