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

Unified Diff: ash/test/ash_test_base.cc

Issue 2325723003: Cleanup Ash Metro mode. (Closed)
Patch Set: review comments Created 4 years, 3 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/common/ash_switches.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_base.cc
diff --git a/ash/test/ash_test_base.cc b/ash/test/ash_test_base.cc
index 9c6eea59a5ac5d66a3371d7c1ab4e102591adbbe..7cd66985d72183696bf2de369a73e53ac96b77ec 100644
--- a/ash/test/ash_test_base.cc
+++ b/ash/test/ash_test_base.cc
@@ -149,11 +149,6 @@ void AshTestBase::SetUp() {
gesture_config->set_max_touch_down_duration_for_click_in_ms(800);
gesture_config->set_long_press_time_in_ms(1000);
gesture_config->set_max_touch_move_in_pixels_for_click(5);
-
-#if defined(OS_WIN)
- if (!command_line->HasSwitch(switches::kForceAshToDesktop))
- WindowPositioner::SetMaximizeFirstWindow(true);
-#endif
}
void AshTestBase::TearDown() {
« no previous file with comments | « ash/common/ash_switches.cc ('k') | ash/test/test_suite.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698