commit | 225b04d21c3ed14a207b46d6e8da82a075cf2d56 | [log] [tgz] |
---|---|---|
author | John Abd-El-Malek <[email protected]> | Fri Sep 07 22:41:40 2018 |
committer | Commit Bot <[email protected]> | Fri Sep 07 22:41:40 2018 |
tree | 93190e214d19f84bee6383ae649cdcd59c329f53 | |
parent | 33198f28e093b3bc2c5a877697fe6c82d7e89fc7 [diff] [blame] |
Update network service about:flags message. Most features work now. Change-Id: I3e3d73ff98fafa567bb66162eb4ab30a75739ee3 Reviewed-on: https://chromium-review.googlesource.com/1213278 Reviewed-by: Nasko Oskov <[email protected]> Commit-Queue: John Abd-El-Malek <[email protected]> Cr-Commit-Position: refs/heads/master@{#589696}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index 2475f57b..37f167c 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -629,7 +629,7 @@ 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."; + "separate process."; const char kEnableNetworkServiceInProcessName[] = "Runs network service in-process";