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

Unified Diff: chrome/browser/flag_descriptions.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 | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 04b8048a56458ae35babac09edf920d4702e45e8..3d841bd143387e27c5737470d81b91edecb8c638 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -754,11 +754,11 @@ const char kAshEnableMirroredScreenDescription[] =
"Enable the mirrored screen mode. This mode flips the screen image "
"horizontally.";
-const char kAshEnableSmoothScreenRotationName[] =
- "Enable smooth rotation animations.";
+const char kAshDisableSmoothScreenRotationName[] =
+ "Disable smooth rotation animations.";
-const char kAshEnableSmoothScreenRotationDescription[] =
- "Enable smooth rotation animations.";
+const char kAshDisableSmoothScreenRotationDescription[] =
+ "Disable smooth rotation animations.";
const char kMaterialDesignInkDropAnimationFast[] = "Fast";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698