Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index a8dea0dcd72a251f9d05d695db4a169ef5e10bca..4fe7a5072bc6c70ae5a438239b361e535f262608 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -798,6 +798,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 |