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

Unified Diff: chrome/common/pref_names.cc

Issue 2914703002: [Offline Prefetch] Backoff support for PrefetchBackgroundTask (Closed)
Patch Set: Fix trybots Created 3 years, 7 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: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index b98d6132ee8055ecd9b48f6e8c68e499e8e18dd5..e5d5c2a1b56dd85ad61743d3070d0f590574d796 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -2550,4 +2550,8 @@ const char kSettingsResetPromptLastTriggeredForHomepage[] =
const char kClipboardLastModifiedTime[] = "ui.clipboard.last_modified_time";
#endif
+#if BUILDFLAG(ENABLE_OFFLINE_PAGES)
+const char kOfflinePrefetchBackoff[] = "offline_prefetch.backoff";
+#endif
+
} // namespace prefs

Powered by Google App Engine
This is Rietveld 408576698