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

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: merge Created 3 years, 5 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 b3e61a041f24a436a45bfe53548c298880210df5..7d3d8769b826684a4288cacb1b690c2c33141538 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -1067,6 +1067,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[] =
« no previous file with comments | « chrome/browser/flag_descriptions.h ('k') | chrome/browser/safe_browsing/safe_browsing_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698