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

Unified Diff: chrome/browser/about_flags.cc

Issue 24980006: ash: Remove old lock animation implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove StartShutdownAnimationImpl() and duplicate include Created 7 years, 3 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: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index c7627f65d74532aef1a6ce5e6ae5cfcc9df5ae5f..6918149479142eddef40c28c25039ef6f2e5ce11 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1136,13 +1136,6 @@ const Experiment kExperiments[] = {
MULTI_VALUE_TYPE(kChromeCaptivePortalDetectionChoices),
},
{
- "disable-new-lock-animations",
- IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS,
- IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS_DESCRIPTION,
- kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshDisableNewLockAnimations),
- },
- {
"file-manager-show-checkboxes",
IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_NAME,
IDS_FLAGS_FILE_MANAGER_SHOW_CHECKBOXES_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698