| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index bf6ca365beab499366ea78c3bd43400e3e2eb494..bf0dc25d31e95e76c3daa4a36499bfc8ff61d20f 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,
|
| @@ -1005,7 +1006,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,
|
|
|