| Index: chrome/common/chrome_features.cc | 
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc | 
| index 164adaa3740bec21e2f702d635a3fb75c4616a72..62a3c149e56594174baa347a2cbf21d8eed228f2 100644 | 
| --- a/chrome/common/chrome_features.cc | 
| +++ b/chrome/common/chrome_features.cc | 
| @@ -167,6 +167,13 @@ const base::Feature kPreferHtmlOverPlugins{"PreferHtmlOverPlugins", | 
| base::FEATURE_DISABLED_BY_DEFAULT}; | 
| #endif | 
|  | 
| +#if defined(OS_CHROMEOS) | 
| +// The lock screen will be preloaded so it is instantly available when the user | 
| +// locks the Chromebook device. | 
| +const base::Feature kPreloadLockScreen{"PreloadLockScreen", | 
| +                                       base::FEATURE_DISABLED_BY_DEFAULT}; | 
| +#endif | 
| + | 
| // Enables the Print Scaling feature in print preview. | 
| #if BUILDFLAG(ENABLE_PRINT_PREVIEW) | 
| const base::Feature kPrintPdfAsImage{"PrintPdfAsImage", | 
| @@ -197,13 +204,6 @@ const base::Feature kRunAllFlashInAllowMode{"RunAllFlashInAllowMode", | 
| const base::Feature kSafeSearchUrlReporting{"SafeSearchUrlReporting", | 
| base::FEATURE_DISABLED_BY_DEFAULT}; | 
|  | 
| -#if defined(OS_CHROMEOS) | 
| -// The lock screen will be preloaded and shared so it is instantly available | 
| -// when the user locks the Chromebook device. | 
| -const base::Feature kSharedLockScreen{"SharedLockScreen", | 
| -                                      base::FEATURE_DISABLED_BY_DEFAULT}; | 
| -#endif | 
| - | 
| // A new user experience for transitioning into fullscreen and mouse pointer | 
| // lock states. | 
| const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI", | 
|  |