| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 2d7172ea77babddbd9be5b32629476e90262a6f0..d02b6edf3832d2dfbb272fe276d459ba31867abc 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -614,7 +614,6 @@ class Browser : public TabStripModelObserver,
|
| virtual void RegisterProtocolHandler(content::WebContents* web_contents,
|
| const std::string& protocol,
|
| const GURL& url,
|
| - const base::string16& title,
|
| bool user_gesture) OVERRIDE;
|
| virtual void UpdatePreferredSize(content::WebContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
|
|