Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(375)

Unified Diff: components/offline_pages/offline_page_switches.cc

Issue 1772233003: Flag for Background Loading of Offline Pages. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698