summaryrefslogtreecommitdiffstats
path: root/apps/switches.cc
diff options
context:
space:
mode:
authorcalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 13:18:36 +0000
committercalamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-19 13:18:36 +0000
commitd7a322e473480a23090a6f864f9b0d79e8a7702a (patch)
treefd0f8ca937096991487d0cbbaaba141beace003c /apps/switches.cc
parent1ce9bfec9248026c844218c5e340a608af884ad9 (diff)
downloadchromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.zip
chromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.tar.gz
chromium_src-d7a322e473480a23090a6f864f9b0d79e8a7702a.tar.bz2
Remove --show-app-list-shortcut flag and implement new app launcher enable logic.
The app launcher now adds itself to the start menu on the first run of chrome past this patch. The webstore enable of the app launcher will create shortcuts on the desktop and pin an icon to the taskbar. The app launcher should never be disabled after it is enabled. BUG=233434 TBR=benwells@chromium.org Review URL: https://chromiumcodereview.appspot.com/13940006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@195158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/switches.cc')
-rw-r--r--apps/switches.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/apps/switches.cc b/apps/switches.cc
deleted file mode 100644
index f5051c9..0000000
--- a/apps/switches.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "apps/switches.h"
-
-namespace apps {
-namespace switches {
-
-// If true an app list shortcut will be shown in the taskbar.
-const char kShowAppListShortcut[] = "show-app-list-shortcut";
-
-} // namespace switches
-} // namespace apps