| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c8993e8b5559a0089e09b42cbdf76ecb716bc9b3..92663dcfae719e68b9131c4522dde22bbd2dfaf8 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -266,9 +266,6 @@ const char kDisableExtensionsFileAccessCheck[] =
|
| const char kDisableExtensionsHttpThrottling[] =
|
| "disable-extensions-http-throttling";
|
|
|
| -// Comma-separated list of feature names to disable. See also kEnableFeatures.
|
| -const char kDisableFeatures[] = "disable-features";
|
| -
|
| // Disable field trial tests configured in fieldtrial_testing_config.json.
|
| const char kDisableFieldTrialTestingConfig[] = "disable-field-trial-config";
|
|
|
| @@ -439,9 +436,6 @@ const char kEnableExtensionActivityLogTesting[] =
|
| // crbug.com/142458 .
|
| const char kEnableFastUnload[] = "enable-fast-unload";
|
|
|
| -// Comma-separated list of feature names to enable. See also kDisableFeatures.
|
| -const char kEnableFeatures[] = "enable-features";
|
| -
|
| // Enables support for the QUIC protocol for insecure schemes (http://).
|
| // This is a temporary testing flag.
|
| const char kEnableInsecureQuic[] = "enable-insecure-quic";
|
|
|