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

Unified Diff: chrome/browser/ui/browser.h

Issue 8666013: Add a public content/ interface for intents. Use it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments and comment fixes Created 9 years, 1 month 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 d0144ac416a3abb944d2aa5996538424cb86fec7..63d1bae6305d2184aae28c2875292b1c1d1d24a1 100644
--- a/chrome/browser/ui/browser.h
+++ b/chrome/browser/ui/browser.h
@@ -1001,9 +1001,7 @@ class Browser : public TabHandlerDelegate,
const string16& title,
const string16& disposition) OVERRIDE;
virtual void WebIntentDispatch(TabContents* tab,
- int routing_id,
- const webkit_glue::WebIntentData& intent,
- int intent_id) OVERRIDE;
+ content::IntentsHost* intents_host) OVERRIDE;
virtual void UpdatePreferredSize(TabContents* source,
const gfx::Size& pref_size) OVERRIDE;
« no previous file with comments | « no previous file | chrome/browser/ui/browser.cc » ('j') | chrome/browser/ui/intents/web_intent_picker_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698