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

Unified Diff: components/offline_pages/offline_page_feature.h

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_feature.h
diff --git a/components/offline_pages/offline_page_feature.h b/components/offline_pages/offline_page_feature.h
index 600140ff2cffbcc6f47ef4a4dd8bf15d5b7fd18f..8cbc9f8a4f371008b337b7597ecca7f1f4021e83 100644
--- a/components/offline_pages/offline_page_feature.h
+++ b/components/offline_pages/offline_page_feature.h
@@ -27,6 +27,8 @@ FeatureMode GetOfflinePageFeatureMode();
// Returns true if offline pages is enabled.
bool IsOfflinePagesEnabled();
+bool IsOfflinePagesBackgroundLoadingEnabled();
fgorski 2016/03/09 18:00:04 document
Pete Williamson 2016/03/09 20:36:32 Done.
+
} // namespace offline_pages
#endif // defined(OS_ANDROID)

Powered by Google App Engine
This is Rietveld 408576698