| Index: chrome/browser/about_flags.cc
|
| diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
|
| index 66aee98ae5c4466c673de0ff192f40b2cb3afd12..fddba0e4d21312607b051add0ddb4680b536b75d 100644
|
| --- a/chrome/browser/about_flags.cc
|
| +++ b/chrome/browser/about_flags.cc
|
| @@ -3123,6 +3123,10 @@ const FeatureEntry kFeatureEntries[] = {
|
| flag_descriptions::kModuleScriptsDescription, kOsAll,
|
| FEATURE_VALUE_TYPE(features::kModuleScripts)},
|
|
|
| + {"network-service", flag_descriptions::kEnableNetworkServiceName,
|
| + flag_descriptions::kEnableNetworkServiceDescription, kOsAll,
|
| + FEATURE_VALUE_TYPE(features::kNetworkService)},
|
| +
|
| // NOTE: Adding new command-line switches requires adding corresponding
|
| // entries to enum "LoginCustomFlags" in histograms/enums.xml. See note in
|
| // enums.xml and don't forget to run AboutFlagsHistogramTest unit test.
|
|
|