summaryrefslogtreecommitdiffstats
path: root/apps/switches.cc
Commit message (Collapse)AuthorAgeFilesLines
* Move application restart and relaunch code out of ExtensionService.benwells@chromium.org2013-05-311-0/+12
| | | | | | | | | | | This apps specific code now lives in AppLoadService in the apps/ component. BUG=159366, 159265, 175381 Review URL: https://chromiumcodereview.appspot.com/15947007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@203382 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --show-app-list-shortcut flag and implement new app launcher enable ↵calamity@chromium.org2013-04-191-14/+0
| | | | | | | | | | | | | | | | | | | 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: Stop depending on chrome_switches.htfarina@chromium.org2013-03-041-0/+14
Instead move kShowAppListShortcut to a new apps_switches.h BUG=159366 R=benwells@chromium.org Review URL: https://chromiumcodereview.appspot.com/12391047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@185833 0039d316-1c4b-4281-b951-d872f2087c98