| Index: mojo/shell/standalone/switches.cc
|
| diff --git a/mojo/shell/standalone/switches.cc b/mojo/shell/standalone/switches.cc
|
| index 9713b32ebb3be0dc00db01bd2064a47916cd83a3..75a5d6b49cbbfdbbe5ce5b948a4f3df4a4bcb7d1 100644
|
| --- a/mojo/shell/standalone/switches.cc
|
| +++ b/mojo/shell/standalone/switches.cc
|
| @@ -7,10 +7,6 @@
|
| namespace mojo {
|
| namespace switches {
|
|
|
| -// Comma separated list like:
|
| -// text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo
|
| -const char kContentHandlers[] = "content-handlers";
|
| -
|
| // In multiprocess mode, force these apps to be loaded in the main process.
|
| // This is a comma-separated list of URLs. Example:
|
| // --force-in-process=mojo:native_viewport_service,mojo:network_service
|
|
|