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

Unified Diff: chrome/browser/about_flags.cc

Issue 2837773003: Flip the flag to enable smooth screen rotation by default. (Closed)
Patch Set: Add comments how the test will work. 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
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index f0f52cf1998c498ddd3e83150601745178baf4e4..db3d824d8a0825a220b28d9509bd11d8c5b00dcc 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -2715,10 +2715,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)
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/flag_descriptions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698