| Index: components/offline_pages/offline_page_switches.cc
|
| diff --git a/components/offline_pages/offline_page_switches.cc b/components/offline_pages/offline_page_switches.cc
|
| index e326a179069f131417316639be670e0ec02c17ef..cbb6f895ccc6cebbd6fd0ce2a0e3205f1ddb9d29 100644
|
| --- a/components/offline_pages/offline_page_switches.cc
|
| +++ b/components/offline_pages/offline_page_switches.cc
|
| @@ -20,4 +20,8 @@ const char kEnableOfflinePagesAsBookmarks[] =
|
| const char kEnableOfflinePagesAsSavedPages[] =
|
| "enable-offline-pages-as-saved-pages";
|
|
|
| +// Enable using saving offline pages in the background.
|
| +const char kEnableOfflinePagesBackgroundLoading[] =
|
| + "enable-offline-pages-background-loading";
|
| +
|
| } // namespace switches
|
|
|