| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 2b3509adf4fa558957839bd89bd31745dd89f51d..3b668b4f4d12dcd4aed34dcc8b3ae8a2d18f2c14 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -61,6 +61,8 @@ extern const base::Feature kSyzyasanDeferredFree;
|
|
|
| #if defined(OS_CHROMEOS)
|
| extern const base::Feature kOptInImeMenu;
|
| +
|
| +extern const base::Feature kQuickUnlockPin;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
|
|