Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2880)

Unified Diff: ash/test/ash_test_helper.cc

Issue 235933004: 3rd part of porting Chrome Ash to Windows 7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ash_unittests fixes Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | ash/wm/workspace/workspace_event_handler_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_helper.cc
diff --git a/ash/test/ash_test_helper.cc b/ash/test/ash_test_helper.cc
index 75034c5bc51d72f0de21b48ff8e672a7c3c5fc8d..f9e812c9c3e0e722e8d60e8d98061203eee68ecb 100644
--- a/ash/test/ash_test_helper.cc
+++ b/ash/test/ash_test_helper.cc
@@ -154,7 +154,7 @@ aura::Window* AshTestHelper::CurrentContext() {
// static
bool AshTestHelper::SupportsMultipleDisplays() {
#if defined(OS_WIN)
- return base::win::GetVersion() < base::win::VERSION_WIN8;
+ return false;
#else
return true;
#endif
@@ -163,7 +163,7 @@ bool AshTestHelper::SupportsMultipleDisplays() {
// static
bool AshTestHelper::SupportsHostWindowResize() {
#if defined(OS_WIN)
- return base::win::GetVersion() < base::win::VERSION_WIN8;
+ return false;
#else
return true;
#endif
« no previous file with comments | « ash/host/ash_window_tree_host_win.cc ('k') | ash/wm/workspace/workspace_event_handler_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698