summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authornick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 02:32:11 +0000
committernick@chromium.org <nick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-16 02:32:11 +0000
commit7f83d1a5db752eb884cd5a86c1e23c01e44e1201 (patch)
tree8d95479baa58b11b43e444c26c72cb4237338388 /chrome/common/chrome_switches.cc
parent2711ac053ca80da1fe280db1bfe00696feb2a10a (diff)
downloadchromium_src-7f83d1a5db752eb884cd5a86c1e23c01e44e1201.zip
chromium_src-7f83d1a5db752eb884cd5a86c1e23c01e44e1201.tar.gz
chromium_src-7f83d1a5db752eb884cd5a86c1e23c01e44e1201.tar.bz2
Revert 44712 - Merge the enableapplauncher flag with the enable
extensionapps flag since we will be using them together. Review URL: http://codereview.chromium.org/1659004 TBR=aa@chromium.org Review URL: http://codereview.chromium.org/1654015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44745 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 365ba91..9c6a41f 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -40,6 +40,9 @@ const char kAppId[] = "app-id";
// panel window.
const char kAppLaunchAsPanel[] = "app-launch-as-panel";
+// Makes the app launcher popup when a new tab is created.
+const char kAppLauncherForNewTab[] = "app-launcher-new-tab";
+
// Authentication white list for servers
const char kAuthServerWhitelist[] = "auth-server-whitelist";