Chromium Code Reviews| Index: content/public/common/content_switches.h |
| diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h |
| index 5db9e9dec0fc01ec17f0d86cdfc696d24a0d4836..ac0a96352607926921fc57db22ad51043b265219 100644 |
| --- a/content/public/common/content_switches.h |
| +++ b/content/public/common/content_switches.h |
| @@ -301,6 +301,10 @@ CONTENT_EXPORT extern const char kMemoryPressureThresholdsMb[]; |
| CONTENT_EXPORT extern const char kTraceExportEventsToETW[]; |
| #endif |
| +#if defined(MOJO_SHELL_CLIENT) |
| +CONTENT_EXPORT extern const char kEnableMojoShellConnection[]; |
|
Fady Samuel
2015/12/02 16:20:33
Move this to content/common.
Peng
2015/12/02 16:33:32
Removed the #if defined().
Done
|
| +#endif |
| + |
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in |
| // alphabetical order, or in one of the ifdefs (also in order in each section). |