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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index cc6beddb66831e8c4976a660a4ee721f6a6db92b..abba217968c1b4efbb5c40dc8d754813ebc29ee6 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -829,11 +829,11 @@ extern const char kAshEnableMirroredScreenName[];
// Description for the flag to enable the mirrored screen mode.
extern const char kAshEnableMirroredScreenDescription[];
-// Title for the flag to enable smooth rotation animations.
-extern const char kAshEnableSmoothScreenRotationName[];
+// Title for the flag to disable smooth rotation animations.
+extern const char kAshDisableSmoothScreenRotationName[];
-// Description for the flag to enable smooth rotation animations.
-extern const char kAshEnableSmoothScreenRotationDescription[];
+// Description for the flag to disable smooth rotation animations.
+extern const char kAshDisableSmoothScreenRotationDescription[];
// Description for the flag that sets material design ink drop animation speed
// of fast.
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698