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