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 5164717666af62e359aa94f273540293a1a151b5..194ff6f76881bafe6c9ef7debb8de18cfb48fd1d 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -984,6 +984,11 @@ const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb"; |
| const char kTraceExportEventsToETW[] = "trace-export-events-to-etw"; |
| #endif |
| +#if defined(MOJO_SHELL_CLIENT) |
| +// Enable the Mojo shell connection in renderers. |
|
Fady Samuel
2015/12/02 16:20:33
Move to content/common.
Peng
2015/12/02 16:33:32
Done.
|
| +const char kEnableMojoShellConnection[] = "enable-mojo-shell-connection"; |
| +#endif |
| + |
| // Don't dump stuff here, follow the same order as the header. |
| } // namespace switches |