diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 04:35:52 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-06 04:35:52 +0000 |
commit | 99002fdf8854d464616a326c2f9b128d3d0195e6 (patch) | |
tree | 216b8da8c7eb1bf5c7f312531c03ddf417693fa7 /chrome/browser/shell_integration.h | |
parent | bdd947c2fd0a724479f6456fdf2d228f432a3c35 (diff) | |
download | chromium_src-99002fdf8854d464616a326c2f9b128d3d0195e6.zip chromium_src-99002fdf8854d464616a326c2f9b128d3d0195e6.tar.gz chromium_src-99002fdf8854d464616a326c2f9b128d3d0195e6.tar.bz2 |
Add a flag to control whether there is a shortcut for the app list / launcher in the Windows taskbar.
When the flag is on, a shortcut will be created and pinned if it doesn't exist. When it is off, the shortcut will be deleted if it exists.
BUG=158715
Review URL: https://chromiumcodereview.appspot.com/11367002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@166144 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index ac1ad30..d8aca1f 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -141,6 +141,9 @@ class ShellIntegration { // calling GetAppModelIdForProfile() with ShellUtil::GetAppId() as app_name. static string16 GetChromiumModelIdForProfile(const FilePath& profile_path); + // Get the AppUserModelId for the App List, for the profile in |profile_path|. + static string16 GetAppListAppModelIdForProfile(const FilePath& profile_path); + // Returns the path to the Chromium icon. This is used to specify the icon // to use for the taskbar group on Win 7. static string16 GetChromiumIconPath(); |