| Index: mojo/runner/switches.cc
|
| diff --git a/mojo/shell/switches.cc b/mojo/runner/switches.cc
|
| similarity index 80%
|
| copy from mojo/shell/switches.cc
|
| copy to mojo/runner/switches.cc
|
| index e5c9d346c9bcb4c3c3ed1940266be011149159f6..5042009c6698b6810ea9dda0b0676709c6712b43 100644
|
| --- a/mojo/shell/switches.cc
|
| +++ b/mojo/runner/switches.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "mojo/shell/switches.h"
|
| +#include "mojo/runner/switches.h"
|
|
|
| #include "base/basictypes.h"
|
|
|
| @@ -24,9 +24,6 @@ const char kContentHandlers[] = "content-handlers";
|
| // instructions.
|
| const char kDisableCache[] = "disable-cache";
|
|
|
| -// If set apps downloaded are not deleted.
|
| -const char kDontDeleteOnDownload[] = "dont-delete-on-download";
|
| -
|
| // Load apps in separate processes.
|
| // TODO(vtl): Work in progress; doesn't work. Flip this to "disable" (or maybe
|
| // change it to "single-process") when it works.
|
| @@ -48,13 +45,6 @@ const char kMapOrigin[] = "map-origin";
|
| // url_resolver.cc for details.
|
| const char kOrigin[] = "origin";
|
|
|
| -// If set apps downloaded are saved in with a predictable filename, to help
|
| -// remote debugging: when gdb is used through gdbserver, it needs to be able to
|
| -// find locally any loaded library. For this, gdb use the filename of the
|
| -// library. When using this flag, the application are named with the sha256 of
|
| -// their content.
|
| -const char kPredictableAppFilenames[] = "predictable-app-filenames";
|
| -
|
| // Starts tracing when the shell starts up, saving a trace file on disk after 5
|
| // seconds or when the shell exits.
|
| const char kTraceStartup[] = "trace-startup";
|
|
|