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

Unified Diff: chrome/browser/flag_descriptions.cc

Issue 2960703003: Add a feature flag for network service and about:flags entry for it. (Closed)
Patch Set: more updates Created 3 years, 6 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/flag_descriptions.cc
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 183f225d462502060f4facf17cb41ce7f3203f01..e9022eb3e96e306c1440f8dd69c33a18dd0a5190 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1060,6 +1060,12 @@ const char kEnableNavigationTracingDescription[] =
"flag. The trace may include personally identifiable information (PII) "
"such as the titles and URLs of websites you visit.";
+const char kEnableNetworkServiceName[] = "Enable network service";
+
+const char kEnableNetworkServiceDescription[] =
+ "Enables the network service, which makes network requests through a "
+ "separate service. Note: most features don't work with this yet.";
+
const char kEnablePictureInPictureName[] = "Enable picture in picture.";
const char kEnablePictureInPictureDescription[] =

Powered by Google App Engine
This is Rietveld 408576698