diff options
author | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-15 19:37:07 +0000 |
---|---|---|
committer | antrim@chromium.org <antrim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-15 19:37:07 +0000 |
commit | 3373f0b654b2890237c75d05f72f70375d36856c (patch) | |
tree | 3cca58ddb9d6d5b04d013a572147f1a749f938f2 /ash/ash_switches.cc | |
parent | 33efd5500785993e3badada4fea7b8318b85c774 (diff) | |
download | chromium_src-3373f0b654b2890237c75d05f72f70375d36856c.zip chromium_src-3373f0b654b2890237c75d05f72f70375d36856c.tar.gz chromium_src-3373f0b654b2890237c75d05f72f70375d36856c.tar.bz2 |
Revert direction of unlock user pod animation.
BUG=138171
Review URL: https://chromiumcodereview.appspot.com/11419004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167985 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash_switches.cc')
-rw-r--r-- | ash/ash_switches.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ash/ash_switches.cc b/ash/ash_switches.cc index 63f5465..5ea8ab6 100644 --- a/ash/ash_switches.cc +++ b/ash/ash_switches.cc @@ -67,9 +67,6 @@ const char kAshLauncherPerDisplay[] = "ash-launcher-per-display"; // If present new lock animations are enabled. const char kAshNewLockAnimationsEnabled[] = "ash-new-lock-animations-enabled"; -// If present animations for lock screen are reversed. -const char kAshReverseNewLockAnimations[] = "ash-reverse-new-lock-animations"; - // 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 |