| Index: mojo/shell/switches.cc
|
| diff --git a/mojo/shell/switches.cc b/mojo/shell/switches.cc
|
| index 30c5ba613dae45fdf540612cdb55a43d19621433..8c49a12d040f818aaada965e94d5f2c0341bfdcb 100644
|
| --- a/mojo/shell/switches.cc
|
| +++ b/mojo/shell/switches.cc
|
| @@ -7,9 +7,6 @@
|
| namespace mojo {
|
| namespace switches {
|
|
|
| -// Uses the mojo:package_manager application instead of the builtin one.
|
| -const char kDontUseRemotePackageManager[] = "dont-use-remote-package-manager";
|
| -
|
| // Disables the sandbox for debugging.
|
| const char kNoSandbox[] = "no-sandbox";
|
|
|
|
|