| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index d5e9d7299bb6a6e7c485cfcb253e50d12ff54a5d..bdf7d18dcddf68207e537824ba94c28f24d0b64b 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -616,6 +616,10 @@ class Browser : public TabStripModelObserver,
|
| const std::string& protocol,
|
| const GURL& url,
|
| bool user_gesture) OVERRIDE;
|
| + virtual void UnregisterProtocolHandler(content::WebContents* web_contents,
|
| + const std::string& protocol,
|
| + const GURL& url,
|
| + bool user_gesture) OVERRIDE;
|
| virtual void UpdatePreferredSize(content::WebContents* source,
|
| const gfx::Size& pref_size) OVERRIDE;
|
| virtual void ResizeDueToAutoResize(content::WebContents* source,
|
|
|