| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index a1a841a6aa4d78be4f6185144cb0f0bac8133ade..40bfe81929ec702357b8d69f317b9a68686865d1 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -62,6 +62,10 @@ class TestBrowserWindow : public BrowserWindow {
|
| 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;
|
| +#endif
|
| virtual bool IsFullscreenBubbleVisible() const OVERRIDE;
|
| virtual LocationBar* GetLocationBar() const OVERRIDE;
|
| virtual void SetFocusToLocationBar(bool select_all) OVERRIDE {}
|
|
|