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

Unified Diff: chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc

Issue 33913003: Remove kNaturalScrollDefault. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 7 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 | « chrome/browser/chromeos/preferences.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
diff --git a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
index e06bc6dee618f1d381d409031fb2820afd2c675d..4d2fdf05afcf5f84335785f7f047de23242e01f9 100644
--- a/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
+++ b/chrome/browser/ui/views/ash/tab_scrubber_browsertest.cc
@@ -40,9 +40,6 @@ class TabScrubberTest : public InProcessBrowserTest,
}
virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE {
-#if defined(OS_CHROMEOS)
- command_line->AppendSwitch(chromeos::switches::kNaturalScrollDefault);
-#endif
command_line->AppendSwitch(switches::kOpenAsh);
}
« no previous file with comments | « chrome/browser/chromeos/preferences.cc ('k') | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698