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

Unified Diff: ash/ash_switches.cc

Issue 11230050: ash : introduce second SessionStateController implementation. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Merge with TOT, review fixes Created 8 years, 2 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 | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash_switches.cc
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
index 89f6ef0685168864c18c6f506ef0df52b85ce4d7..7ae43636ea42301e46a3483e97da3adc8693ddd1 100644
--- a/ash/ash_switches.cc
+++ b/ash/ash_switches.cc
@@ -37,6 +37,9 @@ const char kAshEnableTrayDragging[] = "ash-enable-tray-dragging";
// Enables creating a launcher per display.
const char kAshLauncherPerDisplay[] = "ash-launcher-per-display";
+// If present new lock animations are enabled.
+const char kAshNewLockAnimationsEnabled[] = "ash-new-lock-animations-enabled";
+
// Specifies the layout mode and offsets for the secondary display for
// testing. The format is "<t|r|b|l>,<offset>" where t=TOP, r=RIGHT,
// b=BOTTOM and L=LEFT. For example, 'r,-100' means the secondary display
« no previous file with comments | « ash/ash_switches.h ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698