| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index d6b5718aaf3219c3d11a1dc60f39f050b2e0904f..8343198d37e5805cbc2c211a0afaeb43efc0e071 100644
|
| --- a/chrome/common/pref_names.h
|
| +++ b/chrome/common/pref_names.h
|
| @@ -11,6 +11,7 @@
|
|
|
| #include "build/build_config.h"
|
| #include "chrome/common/features.h"
|
| +#include "components/offline_pages/features/features.h"
|
| #include "extensions/features/features.h"
|
| #include "media/media_features.h"
|
| #include "ppapi/features/features.h"
|
| @@ -921,6 +922,10 @@ extern const char kSettingsResetPromptLastTriggeredForHomepage[];
|
| extern const char kClipboardLastModifiedTime[];
|
| #endif
|
|
|
| +#if BUILDFLAG(ENABLE_OFFLINE_PAGES)
|
| +extern const char kOfflinePrefetchBackoff[];
|
| +#endif
|
| +
|
| } // namespace prefs
|
|
|
| #endif // CHROME_COMMON_PREF_NAMES_H_
|
|
|