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

Unified Diff: chrome/browser/about_flags.cc

Issue 2764683002: Remove stale-while-revalidate from content and chrome (Closed)
Patch Set: rebase Created 3 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 8da59047d793d0fdb92d47f4a743ce8ae88fd1b0..a8efc8a1d1209decde5696d13ae8f76da033e79a 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1197,10 +1197,6 @@ const FeatureEntry kFeatureEntries[] = {
{"trace-upload-url", IDS_FLAGS_TRACE_UPLOAD_URL,
IDS_FLAGS_TRACE_UPLOAD_URL_DESCRIPTION, kOsAll,
MULTI_VALUE_TYPE(kTraceUploadURL)},
- {"enable-stale-while-revalidate",
- IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_NAME,
- IDS_FLAGS_ENABLE_STALE_WHILE_REVALIDATE_DESCRIPTION, kOsAll,
- FEATURE_VALUE_TYPE(features::kStaleWhileRevalidate)},
{"enable-service-worker-navigation-preload",
IDS_FLAGS_SERVICE_WORKER_NAVIGATION_PRELOAD_NAME,
IDS_FLAGS_SERVICE_WORKER_NAVIGATION_PRELOAD_DESCRIPTION, kOsAll,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698