| 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 dc8992c418d03fc1a65d97249074193ef331dece..7f8810bfc6fdbabea161d12db970955d428cd575 100644
|
| --- a/chrome/browser/external_tab_container_win.cc
|
| +++ b/chrome/browser/external_tab_container_win.cc
|
| @@ -764,8 +764,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(
|
|
|