| Index: chrome/browser/ui/views/frame/browser_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/frame/browser_view.h (revision 141727)
|
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy)
|
| @@ -254,10 +254,6 @@
|
| const GURL& url,
|
| FullscreenExitBubbleType bubble_type) OVERRIDE;
|
| virtual bool IsFullscreen() const OVERRIDE;
|
| -#if defined(OS_WIN)
|
| - virtual void SetMetroSnapMode(bool enable) OVERRIDE;
|
| - virtual bool IsInMetroSnapMode() const OVERRIDE;
|
| -#endif
|
| virtual LocationBar* GetLocationBar() const OVERRIDE;
|
| virtual void SetFocusToLocationBar(bool select_all) OVERRIDE;
|
| virtual void UpdateReloadStopState(bool is_loading, bool force) OVERRIDE;
|
| @@ -447,11 +443,6 @@
|
| FRIEND_TEST_ALL_PREFIXES(BrowserViewsAccessibilityTest,
|
| TestAboutChromeViewAccObj);
|
|
|
| - enum FullscreenType {
|
| - FOR_DESKTOP,
|
| - FOR_METRO
|
| - };
|
| -
|
| // We store this on linux because we must call ProcessFullscreen()
|
| // asynchronously from FullScreenStateChanged() instead of directly from
|
| // EnterFullscreen().
|
| @@ -515,7 +506,6 @@
|
| // |bubble_type| determines what should be shown in the fullscreen exit
|
| // bubble.
|
| void ProcessFullscreen(bool fullscreen,
|
| - FullscreenType fullscreen_type,
|
| const GURL& url,
|
| FullscreenExitBubbleType bubble_type);
|
|
|
|
|