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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2816643002: cros: Add flag to enable pin on sign-in screen. (Closed)
Patch Set: Address comments Created 3 years, 8 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/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 18af4b8115408bb009a748367b64b1391ec4ca09..527c411f93e13ed411c238694e59e0c9b147bdd1 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -2905,8 +2905,14 @@ const char kWakeOnPacketsDescription[] =
const char kQuickUnlockPin[] = "Quick Unlock (PIN)";
const char kQuickUnlockPinDescription[] =
- "Enabling PIN quick unlock allows you to use a PIN to unlock your "
- "Chromebook on the lock screen after you have signed into your device.";
+ "Enabling PIN quick unlock allows you to use a PIN to unlock your ChromeOS "
+ "device on the lock screen after you have signed into your device.";
+
+const char kQuickUnlockPinSignin[] = "Enable PIN when logging in.";
+
+const char kQuickUnlockPinSigninDescription[] =
+ "Enabling PIN allows you to use a PIN to sign in and unlock your ChromeOS "
+ "device. After changing this flag PIN needs to be set up again.";
const char kQuickUnlockFingerprint[] = "Quick Unlock (Fingerprint)";
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/common/chrome_features.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698