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

Unified Diff: ash/ash_switches.cc

Issue 975943002: Implemented screen rotation animation experiment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed outstanding comments from Patch set 1 & 2. Created 5 years, 9 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: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 270a39f189f9ebf05c5b9377d19a9e2ddf116096..d360c0409c119f012ba3011b83badff8bf07471b 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -55,6 +55,10 @@ const char kAshEnableMirroredScreen[] = "ash-enable-mirrored-screen";
const char kAshEnablePowerButtonQuickLock[] =
"ash-enable-power-button-quick-lock";
+// Specifies the screen rotation animation to use.
oshima 2015/03/06 20:59:32 nit: Can you list the possible values with the poi
bruthig 2015/03/09 21:04:27 Done.
+const char kAshEnableScreenRotationAnimation[] =
+ "ash-screen-rotation-animation";
+
// Enables software based mirroring.
const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";

Powered by Google App Engine
This is Rietveld 408576698