summaryrefslogtreecommitdiffstats
path: root/extensions/shell/common
diff options
context:
space:
mode:
authorzork <zork@chromium.org>2014-11-17 14:40:58 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-17 22:41:12 +0000
commit62c0f69893232578d8d5d5ecf9b1374f24c404bd (patch)
tree31d7094001213a122e2bb893521fe740e62faa60 /extensions/shell/common
parentd7a7abeaf1711c9208b21fb578f622efaf553144 (diff)
downloadchromium_src-62c0f69893232578d8d5d5ecf9b1374f24c404bd.zip
chromium_src-62c0f69893232578d8d5d5ecf9b1374f24c404bd.tar.gz
chromium_src-62c0f69893232578d8d5d5ecf9b1374f24c404bd.tar.bz2
app_shell: Change flag for loading apps to --load-app and only launch
the first one. BUG=432359 Review URL: https://codereview.chromium.org/727963004 Cr-Commit-Position: refs/heads/master@{#304500}
Diffstat (limited to 'extensions/shell/common')
-rw-r--r--extensions/shell/common/switches.cc3
-rw-r--r--extensions/shell/common/switches.h1
2 files changed, 0 insertions, 4 deletions
diff --git a/extensions/shell/common/switches.cc b/extensions/shell/common/switches.cc
index eef7cc9..303628aef 100644
--- a/extensions/shell/common/switches.cc
+++ b/extensions/shell/common/switches.cc
@@ -7,9 +7,6 @@
namespace extensions {
namespace switches {
-// Path to an app to load at startup.
-const char kAppShellAppPath[] = "app-shell-app-path";
-
// Bounds for the host window to create (i.e. "800x600").
const char kAppShellHostWindowBounds[] = "app-shell-host-window-bounds";
diff --git a/extensions/shell/common/switches.h b/extensions/shell/common/switches.h
index 2c57677..61656f52 100644
--- a/extensions/shell/common/switches.h
+++ b/extensions/shell/common/switches.h
@@ -10,7 +10,6 @@ namespace switches {
// All switches in alphabetical order. The switches should be documented
// alongside the definition of their values in the .cc file.
-extern const char kAppShellAppPath[];
extern const char kAppShellHostWindowBounds[];
extern const char kAppShellInstallCrx[];
extern const char kAppShellPreferredNetwork[];