| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 3a13a578bffbeafc23c23e1e1d3edeb6ff369949..0c4d6bac386e8fe39341c66bccd8a02f0547c2b0 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -399,6 +399,9 @@ const char kEnableLogging[] = "enable-logging";
|
| // Enables the memory benchmarking extension
|
| const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
|
|
|
| +// Enables the network information API.
|
| +const char kEnableNetworkInformation[] = "enable-network-information";
|
| +
|
| // Enable rasterizer that writes directly to GPU memory.
|
| const char kEnableOneCopy[] = "enable-one-copy";
|
|
|
|
|