| Index: chrome/browser/ui/exclusive_access/fullscreen_controller.h
|
| diff --git a/chrome/browser/ui/exclusive_access/fullscreen_controller.h b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
|
| index 763591f7373d2ae1d5cdfe84a848b792da46835c..d4649cf715c4d2c383d83c464f1cb14d29886be8 100644
|
| --- a/chrome/browser/ui/exclusive_access/fullscreen_controller.h
|
| +++ b/chrome/browser/ui/exclusive_access/fullscreen_controller.h
|
| @@ -49,7 +49,7 @@ class WebContents;
|
| // This class implements fullscreen behaviour.
|
| class FullscreenController : public ExclusiveAccessControllerBase {
|
| public:
|
| - FullscreenController(ExclusiveAccessManager* manager, Browser* browser);
|
| + explicit FullscreenController(ExclusiveAccessManager* manager);
|
| ~FullscreenController() override;
|
|
|
| // Browser/User Fullscreen ///////////////////////////////////////////////////
|
| @@ -116,10 +116,10 @@ class FullscreenController : public ExclusiveAccessControllerBase {
|
|
|
| // Platform Fullscreen ///////////////////////////////////////////////////////
|
|
|
| +#if defined(OS_WIN)
|
| // Returns whether we are currently in a Metro snap view.
|
| bool IsInMetroSnapMode();
|
|
|
| -#if defined(OS_WIN)
|
| // API that puts the window into a mode suitable for rendering when Chrome
|
| // is rendered in a 20% screen-width Metro snap view on Windows 8.
|
| void SetMetroSnapMode(bool enable);
|
|
|