| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 37456d382643aeeb5236f96c33d3d08be8511f03..3d18771833622ad0340a949f4f12d1ffca126cef 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -1008,9 +1008,7 @@ class Browser : public TabHandlerDelegate,
|
| const string16& title,
|
| const string16& disposition) OVERRIDE;
|
| virtual void WebIntentDispatch(TabContents* tab,
|
| - int routing_id,
|
| - const webkit_glue::WebIntentData& intent,
|
| - int intent_id) OVERRIDE;
|
| + content::IntentsHost* intents_host) OVERRIDE;
|
| virtual void UpdatePreferredSize(TabContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
|
|
|
|