| Index: chrome/browser/ui/fullscreen_controller.h
|
| ===================================================================
|
| --- chrome/browser/ui/fullscreen_controller.h (revision 141727)
|
| +++ chrome/browser/ui/fullscreen_controller.h (working copy)
|
| @@ -51,11 +51,6 @@
|
| bool IsFullscreenForTabOrPending(
|
| const content::WebContents* web_contents) const;
|
|
|
| -#if defined(OS_WIN)
|
| - // Returns whether we are currently in a Metro snap view.
|
| - bool IsInMetroSnapMode();
|
| -#endif
|
| -
|
| bool IsMouseLockRequested() const;
|
| bool IsMouseLocked() const;
|
|
|
| @@ -65,11 +60,6 @@
|
| bool last_unlocked_by_target);
|
| void ToggleFullscreenModeForTab(content::WebContents* web_contents,
|
| bool enter_fullscreen);
|
| -#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);
|
| -#endif
|
| #if defined(OS_MACOSX)
|
| void TogglePresentationMode();
|
| #endif
|
|
|
| Property changes on: chrome/browser/ui/fullscreen_controller.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|