| Index: content/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
|
| index f64dfffc71d7ea40384793005d982442bfaa790e..edeb6003589c9bfdf03e7b7bfa9464d1a1e52f08 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.h
|
| @@ -323,7 +323,8 @@ class CONTENT_EXPORT TabContentsDelegate {
|
| const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title);
|
| + const string16& title,
|
| + const string16& disposition);
|
|
|
| // WebIntent notification handler.
|
| virtual void WebIntentDispatch(TabContents* tab,
|
|
|