| 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[];
|
|
|
|
|