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

Unified Diff: chrome/browser/about_flags.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 | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index e3bfdab69d184e3572b8ca1016fc528377f09a8e..91ba7da860b7754800ad1f9b831897e74c33977e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -867,6 +867,13 @@ const Experiment kExperiments[] = {
kOsCrOS,
MULTI_VALUE_TYPE(kAshBootAnimationFunction),
},
+ {
+ "new-lock-animations",
+ IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS,
+ IDS_FLAGS_ASH_NEW_LOCK_ANIMATIONS_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kAshNewLockAnimationsEnabled),
+ },
#endif
{
"enable-views-textfield",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698