| Index: ash/ash_switches.cc
|
| diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc
|
| index 89f6ef0685168864c18c6f506ef0df52b85ce4d7..9ef2ab3c12e9e9acb7adb3dae95c22d1aa8cf99d 100644
|
| --- a/ash/ash_switches.cc
|
| +++ b/ash/ash_switches.cc
|
| @@ -37,6 +37,12 @@ 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";
|
| +
|
| +// If present new lock animations are disabled.
|
| +const char kAshNewLockAnimationsDisabled[] = "ash-new-lock-animations-disabled";
|
| +
|
| // 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
|
|
|