Index: chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
index 5bf872bd245803c531164586a88517470f4651ed..6f7ac6d3370d4d80206ee104f73bb13b9e0f27f9 100644 |
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.cc |
@@ -375,12 +375,6 @@ void OobeUI::GetLocalizedStrings(base::DictionaryValue* localized_strings) { |
localized_strings->SetString("buildType", "chromium"); |
#endif |
- if (CommandLine::ForCurrentProcess()-> |
- HasSwitch(ash::switches::kAshDisableNewLockAnimations)) |
- localized_strings->SetString("lockAnimationsType", "old"); |
- else |
- localized_strings->SetString("lockAnimationsType", "new"); |
- |
// If we're not doing boot animation then WebUI should trigger |
// wallpaper load on boot. |
if (CommandLine::ForCurrentProcess()->HasSwitch( |