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

Unified Diff: chrome/browser/about_flags.cc

Issue 2650853010: Add enable-service-worker-navigation-preload flag in chrome://flags (Closed)
Patch Set: update histograms.xml Created 3 years, 11 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') | tools/metrics/histograms/histograms.xml » ('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 feb950518abdbfed4041d2a49695696c9f4dc7f4..e75414df994b944a61db0267214ec7bed8df8094 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1127,6 +1127,10 @@ const FeatureEntry kFeatureEntries[] = {
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,
+ FEATURE_VALUE_TYPE(features::kServiceWorkerNavigationPreload)},
{"enable-suggestions-with-substring-match",
IDS_FLAGS_SUGGESTIONS_WITH_SUB_STRING_MATCH_NAME,
IDS_FLAGS_SUGGESTIONS_WITH_SUB_STRING_MATCH_DESCRIPTION, kOsAll,
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698