diff options
author | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 13:18:36 +0000 |
---|---|---|
committer | calamity@chromium.org <calamity@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-19 13:18:36 +0000 |
commit | d7a322e473480a23090a6f864f9b0d79e8a7702a (patch) | |
tree | fd0f8ca937096991487d0cbbaaba141beace003c /chrome/browser/web_applications/web_app.h | |
parent | 1ce9bfec9248026c844218c5e340a608af884ad9 (diff) | |
download | chromium_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 'chrome/browser/web_applications/web_app.h')
-rw-r--r-- | chrome/browser/web_applications/web_app.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/web_applications/web_app.h b/chrome/browser/web_applications/web_app.h index 4e5f288..af86986 100644 --- a/chrome/browser/web_applications/web_app.h +++ b/chrome/browser/web_applications/web_app.h @@ -96,6 +96,9 @@ namespace internals { #if defined(OS_WIN) bool CheckAndSaveIcon(const base::FilePath& icon_file, const gfx::ImageFamily& image); + +std::vector<base::FilePath> GetShortcutPaths( + const ShellIntegration::ShortcutLocations& creation_locations); #endif // Implemented for each platform, does the platform specific parts of creating |