| Index: chrome/browser/ui/browser_window.h
|
| ===================================================================
|
| --- chrome/browser/ui/browser_window.h (revision 141727)
|
| +++ chrome/browser/ui/browser_window.h (working copy)
|
| @@ -150,14 +150,6 @@
|
| // Returns true if the fullscreen bubble is visible.
|
| virtual bool IsFullscreenBubbleVisible() const = 0;
|
|
|
| -#if defined(OS_WIN)
|
| - // Sets state for entering or exiting Win8 Metro snap mode.
|
| - virtual void SetMetroSnapMode(bool enable) = 0;
|
| -
|
| - // Returns whether the window is currently in Win8 Metro snap mode.
|
| - virtual bool IsInMetroSnapMode() const = 0;
|
| -#endif
|
| -
|
| // Returns the location bar.
|
| virtual LocationBar* GetLocationBar() const = 0;
|
|
|
|
|