| 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 038b2fb9346071483c76825e578dc4a67fde6dfa..df64dc4c2b03cec0c3cd49c1c5738d88769bad9b 100644
|
| --- a/chrome/browser/external_tab_container_win.h
|
| +++ b/chrome/browser/external_tab_container_win.h
|
| @@ -171,7 +171,8 @@ class ExternalTabContainer : public TabContentsDelegate,
|
| const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title) OVERRIDE;
|
| + const string16& title,
|
| + const string16& disposition) OVERRIDE;
|
| virtual void WebIntentDispatch(TabContents* tab,
|
| int routing_id,
|
| const webkit_glue::WebIntentData& intent,
|
|
|