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

Unified Diff: chrome/browser/external_tab_container_win.cc

Issue 7930002: Rename WebIntentData for backend storage to WebIntentServiceData. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 3 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/external_tab_container_win.cc
diff --git a/chrome/browser/external_tab_container_win.cc b/chrome/browser/external_tab_container_win.cc
index f67c5b19e5f19b2d2368c5cac9b7c1b5d3c90ea3..d31194c05e09b41760df8d848350994824d0449a 100644
--- a/chrome/browser/external_tab_container_win.cc
+++ b/chrome/browser/external_tab_container_win.cc
@@ -767,12 +767,11 @@ void ExternalTabContainer::RegisterIntentHandler(TabContents* tab,
Browser::RegisterIntentHandlerHelper(tab, action, type, href, title);
}
-void ExternalTabContainer::WebIntentDispatch(TabContents* tab,
- int routing_id,
- const string16& action,
- const string16& type,
- const string16& data,
- int intent_id) {
+void ExternalTabContainer::WebIntentDispatch(
+ TabContents* tab,
+ int routing_id,
+ const webkit_glue::WebIntentData& intent,
+ int intent_id) {
// TODO(binji) How do we want to display the WebIntentPicker bubble if there
// is no BrowserWindow?
}

Powered by Google App Engine
This is Rietveld 408576698