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

Unified Diff: chromeos/chromeos_switches.cc

Issue 554043003: cros: Create cryptohome keys for Easy sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for #6 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: chromeos/chromeos_switches.cc
diff --git a/chromeos/chromeos_switches.cc b/chromeos/chromeos_switches.cc
index efba3b7f09166a68b518777e51772c30bfe1e1ff..25bb867fcbc718879a6dbf76bef98132cb45354e 100644
--- a/chromeos/chromeos_switches.cc
+++ b/chromeos/chromeos_switches.cc
@@ -80,6 +80,9 @@ const char kEnableChromeVoxNext[] = "enable-chromevox-next";
// locate the device.
const char kEnableConsumerManagement[] = "enable-consumer-management";
+// Enable Easy sign-in.
+const char kEnableEasySignin[] = "enable-easy-signin";
+
// If this switch is set, Chrome OS login screen uses |EmbeddedSignin| endpoint
// of GAIA.
const char kEnableEmbeddedSignin[] = "enable-embedded-signin";

Powered by Google App Engine
This is Rietveld 408576698