| 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 ca579eb62162fe7db191a8dc66dc6b0b19e12414..4ce763825b7ca7c98e50dc7e5cc21fd1390e30e9 100644
|
| --- a/chrome/browser/external_tab_container_win.cc
|
| +++ b/chrome/browser/external_tab_container_win.cc
|
| @@ -766,8 +766,10 @@ void ExternalTabContainer::RegisterIntentHandler(TabContents* tab,
|
| const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title) {
|
| - Browser::RegisterIntentHandlerHelper(tab, action, type, href, title);
|
| + const string16& title,
|
| + const string16& disposition) {
|
| + Browser::RegisterIntentHandlerHelper(
|
| + tab, action, type, href, title, disposition);
|
| }
|
|
|
| void ExternalTabContainer::WebIntentDispatch(
|
|
|