summaryrefslogtreecommitdiffstats
path: root/chrome/test/base/test_browser_window.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/base/test_browser_window.cc')
-rw-r--r--chrome/test/base/test_browser_window.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/test/base/test_browser_window.cc b/chrome/test/base/test_browser_window.cc
index 6440afe..a09b8e8 100644
--- a/chrome/test/base/test_browser_window.cc
+++ b/chrome/test/base/test_browser_window.cc
@@ -52,6 +52,12 @@ bool TestBrowserWindow::IsFullscreen() const {
return false;
}
+#if defined(OS_WIN)
+bool TestBrowserWindow::IsInMetroSnapMode() const {
+ return false;
+}
+#endif
+
bool TestBrowserWindow::IsFullscreenBubbleVisible() const {
return false;
}