| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index d86a1a5452041173dedb1e6b14bb6b1bbf21edb3..fe2c1e14012b07c6a88fc31869cb1d2a497fe507 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -691,7 +691,8 @@ class Browser : public TabHandlerDelegate,
|
| const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title);
|
| + const string16& title,
|
| + const string16& disposition);
|
|
|
| // Helper function to handle find results.
|
| static void FindReplyHelper(TabContents* tab,
|
| @@ -1004,7 +1005,8 @@ class Browser : public TabHandlerDelegate,
|
| 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,
|
|
|