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

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 mukai@'s comments from patch set 1. Created 5 years, 10 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..fcf6707ff922367e988104afa32315e9e2eabaa8 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.
+const char kAshEnableScreenRotationAnimation[] =
+ "ash-enable-screen-rotation_animation";
oshima 2015/03/04 21:31:35 nit: ash-screen-rotation-animation (-type, or some
bruthig 2015/03/06 16:00:33 Done.
+
// Enables software based mirroring.
const char kAshEnableSoftwareMirroring[] = "ash-enable-software-mirroring";

Powered by Google App Engine
This is Rietveld 408576698