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 69e3577fcd3cb61fffa7133de12e680f0687feb2..422766147b6db98225711b0ee3f443b81c63cd78 100644 |
| --- a/content/public/common/content_switches.cc |
| +++ b/content/public/common/content_switches.cc |
| @@ -675,6 +675,9 @@ const char kNoReferrers[] = "no-referrers"; |
| // Disables the sandbox for all process types that are normally sandboxed. |
| const char kNoSandbox[] = "no-sandbox"; |
| +// Use the mojo UI Service in the Chrome render process. |
|
sky
2017/01/31 04:17:30
Don't use.
sadrul
2017/01/31 15:45:13
Oops. Done.
|
| +const char kNoUseMusInRenderer[] = "no-use-mus-in-renderer"; |
| + |
| // Disables the use of a zygote process for forking child processes. Instead, |
| // child processes will be forked and exec'd directly. Note that --no-sandbox |
| // should also be used together with this flag because the sandbox needs the |
| @@ -883,9 +886,6 @@ const char kUIPrioritizeInGpuProcess[] = "ui-prioritize-in-gpu-process"; |
| // streams (e.g. WebRTC). Works with --use-fake-device-for-media-stream. |
| const char kUseFakeUIForMediaStream[] = "use-fake-ui-for-media-stream"; |
| -// Use the Mandoline UI Service in the Chrome render process. |
| -const char kUseMusInRenderer[] = "use-mus-in-renderer"; |
| - |
| // Texture target for CHROMIUM_image backed content textures. |
| const char kContentImageTextureTarget[] = "content-image-texture-target"; |