| Index: chrome/common/pref_names.h
|
| diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
|
| index d5a9e26dd300766736d7f62206f8400cf465f232..52f754ee50707ac57186b5cf9457ac487456d5a3 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"
|
| @@ -918,6 +919,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_
|
|
|