Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1868)

Unified Diff: mojo/runner/switches.cc

Issue 1343823002: Revert of Move fetching logic out of ApplicationManager, eliminate url mappings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/runner/url_resolver.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/runner/switches.cc
diff --git a/mojo/runner/switches.cc b/mojo/runner/switches.cc
index 82c0105eb7855d86f7012701a8de17d58fa09c31..53fed8253749dd5b084a04707ee43c10038e818c 100644
--- a/mojo/runner/switches.cc
+++ b/mojo/runner/switches.cc
@@ -18,6 +18,10 @@
// Used internally to delete a loaded application after we load it. Used for
// 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";
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/runner/url_resolver.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698