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

Unified Diff: chrome/browser/flag_descriptions.h

Issue 2816643002: cros: Add flag to enable pin on sign-in screen. (Closed)
Patch Set: Initial upload 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
Index: chrome/browser/flag_descriptions.h
diff --git a/chrome/browser/flag_descriptions.h b/chrome/browser/flag_descriptions.h
index 09f2ab698826a8e9e1e69c182cdc1bec59908686..f1301018f407ea1443e58cc545f9711984acdee7 100644
--- a/chrome/browser/flag_descriptions.h
+++ b/chrome/browser/flag_descriptions.h
@@ -3118,6 +3118,12 @@ extern const char kQuickUnlockPin[];
// 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[];

Powered by Google App Engine
This is Rietveld 408576698