| Index: components/offline_pages/offline_page_feature.h
|
| diff --git a/components/offline_pages/offline_page_feature.h b/components/offline_pages/offline_page_feature.h
|
| index 1d01a2d495ca35640c9e0cc0b17e3281d87a078a..f691f4c80f40db7e552814d258c670c2212b0e3f 100644
|
| --- a/components/offline_pages/offline_page_feature.h
|
| +++ b/components/offline_pages/offline_page_feature.h
|
| @@ -31,6 +31,9 @@ bool IsOfflinePagesEnabled();
|
| // Returns true if offlining of recent pages (aka 'Last N pages') is enabled.
|
| bool IsOffliningRecentPagesEnabled();
|
|
|
| +// Returns true if saving offline pages in the background is enabled.
|
| +bool IsOfflinePagesBackgroundLoadingEnabled();
|
| +
|
| } // namespace offline_pages
|
|
|
| #endif // COMPONENTS_OFFLINE_PAGES_OFFLINE_PAGE_FEATURE_H_
|
|
|