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

Unified Diff: chrome/browser/about_flags.cc

Issue 554043003: cros: Create cryptohome keys for Easy sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update histograms.xml Created 6 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 9d004509f540bdc53699f4f95614ef19c388e42c..8e795d2b0081f3f9f4c28c5a984ffb19e3196b53 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -938,6 +938,13 @@ const Experiment kExperiments[] = {
kOsCrOS,
SINGLE_VALUE_TYPE(chromeos::switches::kEnableTouchpadThreeFingerClick)
},
+ {
+ "enable-easy-signin",
+ IDS_FLAGS_ENABLE_EASY_SIGNIN_NAME,
+ IDS_FLAGS_ENABLE_EASY_SIGNIN_DESCRIPTION,
+ kOsCrOSOwnerOnly,
+ SINGLE_VALUE_TYPE(chromeos::switches::kEnableEasySignin),
+ },
#endif
#if defined(USE_ASH)
{
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/chromeos/login/easy_unlock/easy_unlock_create_keys_operation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698