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

Unified Diff: chrome/browser/about_flags.cc

Issue 455623003: stale-while-revalidate experimental implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile fix for ResourcePrefreshPredictor. Created 6 years, 2 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index a8113571521c66113e7d8063699896b320d440e4..f3b1b95cc2f2d4f9d6820b11814dce33a9278b0e 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1149,6 +1149,13 @@ const Experiment kExperiments[] = {
switches::kDisableTouchEditing)
},
{
+ "enable-stale-while-revalidate",
+ IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_NAME,
+ IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_DESCRIPTION,
+ kOsAll,
+ SINGLE_VALUE_TYPE(switches::kEnableStaleWhileRevalidate)
+ },
+ {
"enable-suggestions-service",
IDS_FLAGS_ENABLE_SUGGESTIONS_SERVICE_NAME,
IDS_FLAGS_ENABLE_SUGGESTIONS_SERVICE_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698