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

Unified Diff: chrome/browser/flag_descriptions.h

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/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 4111736054bb91c055511898b74fac8e39d7314e..e18a73683c87c9bf356964dbd0af95ed730f8e9f 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -812,11 +812,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.

Powered by Google App Engine
This is Rietveld 408576698