| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index c11dd61f1f198818e401073498d40fbedec33a55..5440357342f95bac1fb1cddc8209f7577a8427da 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -969,9 +969,7 @@ class Browser : public TabHandlerDelegate,
|
| const string16& title) OVERRIDE;
|
| virtual void WebIntentDispatch(TabContents* tab,
|
| int routing_id,
|
| - const string16& action,
|
| - const string16& type,
|
| - const string16& data,
|
| + const webkit_glue::WebIntentData& intent,
|
| int intent_id) OVERRIDE;
|
| virtual void UpdatePreferredSize(TabContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
|
|