diff options
author | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 22:07:37 +0000 |
---|---|---|
committer | jianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 22:07:37 +0000 |
commit | 2de2d62f73f4e58000055c0522a62af5d6da3cf5 (patch) | |
tree | 74be815663f4a0ae103db997e02949ef497e9459 /chrome/browser/shell_integration.h | |
parent | 72640fb4cac75e9f42fb0e186353bc8b3b196905 (diff) | |
download | chromium_src-2de2d62f73f4e58000055c0522a62af5d6da3cf5.zip chromium_src-2de2d62f73f4e58000055c0522a62af5d6da3cf5.tar.gz chromium_src-2de2d62f73f4e58000055c0522a62af5d6da3cf5.tar.bz2 |
Support grouping taskbar icons for panels with regular taskbar icon for Chromium on Windows 7.
Per discussion, we do not want to use different taskbar icon for each panel since they're now managed altogether. We also need to set its icon path so that the taskbar icon will not be changed once all chromium tabbed windows are closed.
BUG=none
TEST=Manual test by launching panels, closing tabbed window and verifying taskbar icon for panels are grouped together with chrome
Review URL: http://codereview.chromium.org/8366026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106790 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/shell_integration.h')
-rw-r--r-- | chrome/browser/shell_integration.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h index c65f800..5bd8dd0 100644 --- a/chrome/browser/shell_integration.h +++ b/chrome/browser/shell_integration.h @@ -134,6 +134,10 @@ class ShellIntegration { // chrome::kBrowserAppID as app_name. static std::wstring GetChromiumAppId(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(); + // Migrates existing chrome shortcuts by tagging them with correct app id. // see http://crbug.com/28104 static void MigrateChromiumShortcuts(); |