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

Unified Diff: chrome/browser/flag_descriptions.h

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/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 577f9290f3ba6ad6c7485870c3c9b763f29d7ea7..18c470aed539864e3411c5d858e7f25e338a0ec9 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3147,12 +3147,18 @@ extern const char kWakeOnPacketsName[];
// Description for the flag to enable wake on packets.
extern const char kWakeOnPacketsDescription[];
-// Title of the flag used to enable quick unlock pin.
+// Title of the flag used to enable quick unlock PIN.
extern const char kQuickUnlockPin[];
-// Description of the flag used to enable quick unlock pin.
+// Description of the flag used to enable quick unlock PIN.
extern const char kQuickUnlockPinDescription[];
+// Title of the flag used to enable PIN on signin.
+extern const char kQuickUnlockPinSignin[];
+
+// Description of the flag used to enable PIN on signin.
+extern const char kQuickUnlockPinSigninDescription[];
+
// Title of the flag used to enable quick unlock fingerprint.
extern const char kQuickUnlockFingerprint[];
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/flag_descriptions.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698