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? |
} |