| Index: chrome/browser/ui/fullscreen_controller.cc
|
| ===================================================================
|
| --- chrome/browser/ui/fullscreen_controller.cc (revision 141727)
|
| +++ chrome/browser/ui/fullscreen_controller.cc (working copy)
|
| @@ -58,12 +58,6 @@
|
| return true;
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -bool FullscreenController::IsInMetroSnapMode() {
|
| - return window_->IsInMetroSnapMode();
|
| -}
|
| -#endif
|
| -
|
| bool FullscreenController::IsMouseLockRequested() const {
|
| return mouse_lock_state_ == MOUSELOCK_REQUESTED;
|
| }
|
| @@ -176,12 +170,6 @@
|
| }
|
| }
|
|
|
| -#if defined(OS_WIN)
|
| -void FullscreenController::SetMetroSnapMode(bool enable) {
|
| - window_->SetMetroSnapMode(enable);
|
| -}
|
| -#endif
|
| -
|
| #if defined(OS_MACOSX)
|
| void FullscreenController::TogglePresentationMode() {
|
| TogglePresentationModeInternal(false);
|
|
|