| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 5ae4367758474a7ee2b815b4a9cafd6a3e8d3d87..de9eb49d81d12b9b05e6131adccd58369f8c8261 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -373,10 +373,6 @@ const char kV8CacheOptions[] = "v8-cache-options";
|
| const char kEnableRegionBasedColumns[] =
|
| "enable-region-based-columns";
|
|
|
| -// Replaces renderer-browser IPC channel with ChnanelMojo.
|
| -const char kEnableRendererMojoChannel[] =
|
| - "enable-renderer-mojo-channel";
|
| -
|
| // Cause the OS X sandbox write to syslog every time an access to a resource
|
| // is denied by the sandbox.
|
| const char kEnableSandboxLogging[] = "enable-sandbox-logging";
|
|
|