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

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: Rebase. Created 6 years, 4 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 2a6e59a5bac0f793478baee9133ebbf28b5c4457..7ac105017fc0921383eeaa83b3b0524e6db4e3a7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1155,6 +1155,14 @@ const Experiment kExperiments[] = {
switches::kDisableTouchEditing)
},
{
+ "enable-stale-while-revalidate",
+ IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_NAME,
+ IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_DESCRIPTION,
+ kOsAll,
+ ENABLE_DISABLE_VALUE_TYPE(switches::kEnableStaleWhileRevalidate,
+ switches::kDisableStaleWhileRevalidate)
+ },
+ {
"enable-suggestions-service",
IDS_FLAGS_ENABLE_SUGGESTIONS_SERVICE_NAME,
IDS_FLAGS_ENABLE_SUGGESTIONS_SERVICE_DESCRIPTION,

Powered by Google App Engine
This is Rietveld 408576698