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

Unified Diff: mojo/runner/switches.cc

Issue 1344933002: Clean up some unused methods from ApplicationManager (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/shell/application_manager.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..976ba4ad96949cb8dae1de70903ab5907dad5858 100644
--- a/mojo/runner/switches.cc
+++ b/mojo/runner/switches.cc
@@ -15,10 +15,6 @@ const char kChildProcess[] = "child-process";
// text/html,mojo:html_viewer,application/bravo,https://abarth.com/bravo
const char kContentHandlers[] = "content-handlers";
-// 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";
-
// Enables the sandbox on this process.
const char kEnableSandbox[] = "enable-sandbox";
« no previous file with comments | « mojo/runner/switches.h ('k') | mojo/shell/application_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698