diff options
author | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 04:13:49 +0000 |
---|---|---|
committer | huangs@chromium.org <huangs@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-11-20 04:13:49 +0000 |
commit | 9c91fc2b8a286096e2914a55305aff5a8ad53c3c (patch) | |
tree | 788cc398aeb77cab23c1ba256da1b55b964ce4c1 /chrome/browser/shell_integration.h | |
parent | c77745df642b8143389f15119c90af5dda3b4167 (diff) | |
download | chromium_src-9c91fc2b8a286096e2914a55305aff5a8ad53c3c.zip chromium_src-9c91fc2b8a286096e2914a55305aff5a8ad53c3c.tar.gz chromium_src-9c91fc2b8a286096e2914a55305aff5a8ad53c3c.tar.bz2 |
Add default icon to app_host.exe, and use it in shortcuts during installation.
BUG=151626
TBR=ben@
Review URL: https://chromiumcodereview.appspot.com/11359133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@168722 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index 138c874..c6c1b303 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -146,9 +146,10 @@ class ShellIntegration { // 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(); + // Returns the location (path and index) of the Chromium icon, (e.g., + // "C:\path\to\chrome.exe,0"). This is used to specify the icon to use + // for the taskbar group on Win 7. + static string16 GetChromiumIconLocation(); // Migrates existing chrome shortcuts by tagging them with correct app id. // see http://crbug.com/28104 |