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

Unified Diff: extensions/common/switches.cc

Issue 727963004: app_shell: Change flag for loading apps to --load-app and only launch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix athena build Created 6 years, 1 month 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 | « extensions/common/switches.h ('k') | extensions/shell/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/switches.cc
diff --git a/extensions/common/switches.cc b/extensions/common/switches.cc
index 773597109038c801169c140294e5e755e0e24336..144c13549859413573b56d0faba53294fc744464 100644
--- a/extensions/common/switches.cc
+++ b/extensions/common/switches.cc
@@ -78,6 +78,10 @@ const char kExtensionsOnChromeURLs[] = "extensions-on-chrome-urls";
// Whether to force developer mode extensions highlighting.
const char kForceDevModeHighlighting[] = "force-dev-mode-highlighting";
+// Path to a comma-separated list of apps to load at startup. The first app in
+// the list will be launched.
+const char kLoadApps[] = "load-apps";
+
// Whether or not mime handler view guests are enabled.
const char kMimeHandlerView[] = "mime-handler-view";
« no previous file with comments | « extensions/common/switches.h ('k') | extensions/shell/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698