| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 54317edf4c19d55838587e12ec89d683350c1616..f0740b43cfa8ddf2c7e89fb01126068ff8de4f53 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -983,6 +983,9 @@ const char kMemoryPressureThresholdsMb[] = "memory-pressure-thresholds-mb";
|
| const char kTraceExportEventsToETW[] = "trace-export-events-to-etw";
|
| #endif
|
|
|
| +// Enable the Mojo shell connection in renderers.
|
| +const char kEnableMojoShellConnection[] = "enable-mojo-shell-connection";
|
| +
|
| // Don't dump stuff here, follow the same order as the header.
|
|
|
| } // namespace switches
|
|
|