| Index: chrome/browser/external_tab_container_win.h
|
| diff --git a/chrome/browser/external_tab_container_win.h b/chrome/browser/external_tab_container_win.h
|
| index 0bdf7aae5e3f37630110117b3f19cc58f311dbb4..b8340db9aae7c58d02b69cbfd37527fbe3348c7d 100644
|
| --- a/chrome/browser/external_tab_container_win.h
|
| +++ b/chrome/browser/external_tab_container_win.h
|
| @@ -170,13 +170,11 @@ class ExternalTabContainer : public TabContentsDelegate,
|
| const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title);
|
| + const string16& title) OVERRIDE;
|
| virtual void WebIntentDispatch(TabContents* tab,
|
| int routing_id,
|
| - const string16& action,
|
| - const string16& type,
|
| - const string16& data,
|
| - int intent_id);
|
| + const webkit_glue::WebIntentData& intent,
|
| + int intent_id) OVERRIDE;
|
| virtual void FindReply(TabContents* tab,
|
| int request_id,
|
| int number_of_matches,
|
|
|