| Index: chrome/browser/shell_integration.h
|
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h
|
| index 138c87438e19d9454714ccbb4f23882003b3957b..c88aa6dcf0bc68a186ca7d712e5e2293360d900e 100644
|
| --- a/chrome/browser/shell_integration.h
|
| +++ b/chrome/browser/shell_integration.h
|
| @@ -146,9 +146,9 @@ 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 string to 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 GetChromiumIconString();
|
|
|
| // Migrates existing chrome shortcuts by tagging them with correct app id.
|
| // see http://crbug.com/28104
|
|
|