| Index: content/browser/tab_contents/tab_contents.h
|
| diff --git a/content/browser/tab_contents/tab_contents.h b/content/browser/tab_contents/tab_contents.h
|
| index f06d9477a07c6a78bc92fd6b7d0679434edab3bb..950a3c98210c90e3368b7f71cff352d010e9feb1 100644
|
| --- a/content/browser/tab_contents/tab_contents.h
|
| +++ b/content/browser/tab_contents/tab_contents.h
|
| @@ -546,7 +546,8 @@ class CONTENT_EXPORT TabContents : public PageNavigator,
|
| void OnRegisterIntentHandler(const string16& action,
|
| const string16& type,
|
| const string16& href,
|
| - const string16& title);
|
| + const string16& title,
|
| + const string16& disposition);
|
| void OnWebIntentDispatch(const IPC::Message& message,
|
| const webkit_glue::WebIntentData& intent,
|
| int intent_id);
|
|
|