Chromium Code Reviews| Index: chrome/browser/ui/browser.h |
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
| index 362d85a679987c6b877490bdc4797511cc8a8afe..d3d2c6b6c9aba14ae79d1c05e41c06e447d3ce86 100644 |
| --- a/chrome/browser/ui/browser.h |
| +++ b/chrome/browser/ui/browser.h |
| @@ -613,6 +613,10 @@ class Browser : public TabStripModelObserver, |
| void ExitFullscreenModeForTab(content::WebContents* web_contents) override; |
| bool IsFullscreenForTabOrPending( |
| const content::WebContents* web_contents) const override; |
| + |
| + blink::WebDisplayMode GetDisplayMode( |
|
sky
2015/08/31 15:57:27
Generally we want a block of overrides like this (
Mikhail
2015/09/01 08:13:46
Done.
|
| + const content::WebContents* web_contents) const override; |
| + |
| void RegisterProtocolHandler(content::WebContents* web_contents, |
| const std::string& protocol, |
| const GURL& url, |