Chromium Code Reviews| Index: content/public/common/content_switches.cc |
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
| index f739f5418c836a790928d188cb2f109e27436ce1..00a7d0ca84a1ac6f340dd7484cd294f16ffd78e3 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -406,6 +406,9 @@ const char kEnableLogging[] = "enable-logging"; |
| // Enables the memory benchmarking extension |
| const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking"; |
| +// Enables the memory coordinator |
| +const char kEnableMemoryCoordinator[] = "enable-memory-coordinator"; |
|
bashi
2016/06/27 03:49:29
I'll switch to use base::FeatureList
bashi
2016/06/27 10:18:14
Done.
|
| + |
| // Enables the network information API. |
| const char kEnableNetworkInformation[] = "enable-network-information"; |