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

Unified Diff: chrome/common/chrome_switches.cc

Issue 11881042: highlight intermediate tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make check for Gesture vs Scroll event for flings explicit Created 7 years, 11 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index cbf7c85f863606daf4192f3522d5ac411310388e..c288baf771776c3a69cd688a2845bedd0ff92d4c 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1381,7 +1381,7 @@ const char kTabletUI[] = "tablet-ui";
#endif
#if defined(USE_ASH)
-const char kAshEnableTabScrubbing[] = "ash-enable-tab-scrubbing";
+const char kAshDisableTabScrubbing[] = "ash-disable-tab-scrubbing";
#endif
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698