From d7a322e473480a23090a6f864f9b0d79e8a7702a Mon Sep 17 00:00:00 2001 From: "calamity@chromium.org" Date: Fri, 19 Apr 2013 13:18:36 +0000 Subject: 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 --- apps/switches.h | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 apps/switches.h (limited to 'apps/switches.h') diff --git a/apps/switches.h b/apps/switches.h deleted file mode 100644 index 6f7671f..0000000 --- a/apps/switches.h +++ /dev/null @@ -1,18 +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. - -#ifndef APPS_SWITCHES_H_ -#define APPS_SWITCHES_H_ - -namespace apps { -namespace switches { - -// Alphabetical list of switches specific to Apps component. -// Keep alphabetized and document each one in the source file. -extern const char kShowAppListShortcut[]; - -} // namespace switches -} // namespace apps - -#endif // APPS_SWITCHES_H_ -- cgit v1.1