| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index 86ba49aa1d442f30d24ab27f31aebdd2d7b0c34c..11b23ae61a1cac335ab13700e510e6163aa9c028 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -790,6 +790,10 @@ extern const char kRecoveryComponentNeedsElevation[];
|
|
|
| extern const char kRegisteredSupervisedUserWhitelists[];
|
|
|
| +#if BUILDFLAG(ENABLE_BACKGROUND)
|
| +extern const char kRestartInBackground[];
|
| +#endif
|
| +
|
| #if defined(ENABLE_EXTENSIONS)
|
| extern const char kAnimationPolicy[];
|
| #endif
|
|
|