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

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: Fix class/struct decl 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 cc9fb2d3621556a93f85755b8cad9e624b9966bc..45d7e49661e05cafe47f6c61d0dbbab5a9d2b683 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?
}
« no previous file with comments | « chrome/browser/external_tab_container_win.h ('k') | chrome/browser/intents/register_intent_handler_infobar_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698