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 3a13a578bffbeafc23c23e1e1d3edeb6ff369949..3f158d9c38cf121940b7c26a67a35e7b90dccca7 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"; |
|
jam
2014/07/28 22:59:33
nit: indent the equal sign like above and below
jkarlin
2014/07/29 10:58:24
Thanks.
On 2014/07/28 22:59:33, jam wrote:
|
| + |
| // Enable rasterizer that writes directly to GPU memory. |
| const char kEnableOneCopy[] = "enable-one-copy"; |