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

Unified Diff: components/previews/core/previews_experiments.h

Issue 2541353006: Making offline previews freshness configurable (Closed)
Patch Set: Created 4 years 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/previews/core/previews_experiments.h
diff --git a/components/previews/core/previews_experiments.h b/components/previews/core/previews_experiments.h
index 5930a39df6823eb6a68afe8c4715eec797a16fd5..021db0a8de82139b99aa0c1b4b0c9159d582dde5 100644
--- a/components/previews/core/previews_experiments.h
+++ b/components/previews/core/previews_experiments.h
@@ -39,6 +39,10 @@ base::TimeDelta HostIndifferentBlackListPerHostDuration();
// The amount of time after any opt out that no previews should be shown.
base::TimeDelta SingleOptOutDuration();
+// The amount of time that an offline page is considered fresh enough to be
+// shown as a preview.
+base::TimeDelta OfflinePreviewFreshnessDuration();
+
} // namespace params
enum class PreviewsType {
« no previous file with comments | « chrome/browser/android/offline_pages/offline_page_request_job.cc ('k') | components/previews/core/previews_experiments.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698