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

Unified Diff: chrome/browser/about_flags.cc

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: Created 3 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
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 17fc15b369931793899cbe5361e7cb9dbbbc98b3..d6b462174728f5ea744858344fdaf22337426c2b 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2720,10 +2720,10 @@ const FeatureEntry kFeatureEntries[] = {
#endif
#if defined(USE_ASH)
- {"ash-enable-smooth-screen-rotation",
- flag_descriptions::kAshEnableSmoothScreenRotationName,
- flag_descriptions::kAshEnableSmoothScreenRotationDescription, kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshEnableSmoothScreenRotation)},
+ {"ash-disable-smooth-screen-rotation",
+ flag_descriptions::kAshDisableSmoothScreenRotationName,
+ flag_descriptions::kAshDisableSmoothScreenRotationDescription, kOsCrOS,
+ SINGLE_DISABLE_VALUE_TYPE(ash::switches::kAshDisableSmoothScreenRotation)},
#endif // defined(USE_ASH)
#if defined(OS_CHROMEOS)

Powered by Google App Engine
This is Rietveld 408576698