| Index: content/public/common/content_switches.cc
|
| ===================================================================
|
| --- content/public/common/content_switches.cc (revision 189692)
|
| +++ content/public/common/content_switches.cc (working copy)
|
| @@ -499,13 +499,6 @@
|
| // Renderer.Memory histogram. Used in memory tests.
|
| const char kMemoryMetrics[] = "memory-metrics";
|
|
|
| -// Causes the process to run as a NativeClient broker
|
| -// (used for launching NaCl loader processes on 64-bit Windows).
|
| -const char kNaClBrokerProcess[] = "nacl-broker";
|
| -
|
| -// Causes the process to run as a NativeClient loader.
|
| -const char kNaClLoaderProcess[] = "nacl-loader";
|
| -
|
| // Don't send HTTP-Referer headers.
|
| const char kNoReferrers[] = "no-referrers";
|
|
|
|
|