| Index: mojo/runner/switches.cc
|
| diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc
|
| index 53fed8253749dd5b084a04707ee43c10038e818c..82c0105eb7855d86f7012701a8de17d58fa09c31 100644
|
| --- a/mojo/runner/switches.cc
|
| +++ b/mojo/runner/switches.cc
|
| @@ -19,10 +19,6 @@ const char kContentHandlers[] = "content-handlers";
|
| // transient applications. Not for user use.
|
| const char kDeleteAfterLoad[] = "delete-after-load";
|
|
|
| -// Force dynamically loaded apps or services to be loaded irrespective of cache
|
| -// instructions.
|
| -const char kDisableCache[] = "disable-cache";
|
| -
|
| // Enables the sandbox on this process.
|
| const char kEnableSandbox[] = "enable-sandbox";
|
|
|
|
|