Chromium Code Reviews| Index: chrome/browser/shell_integration.h |
| diff --git a/chrome/browser/shell_integration.h b/chrome/browser/shell_integration.h |
| index 138c87438e19d9454714ccbb4f23882003b3957b..8dffe334215ba268e3bdeee2a80cf4d542471290 100644 |
| --- a/chrome/browser/shell_integration.h |
| +++ b/chrome/browser/shell_integration.h |
| @@ -148,7 +148,7 @@ class ShellIntegration { |
| // Returns the path to the Chromium icon. This is used to specify the icon |
|
gab
2012/11/14 21:34:34
s/path/string (and otherwise adapt the comment to
huangs
2012/11/14 21:57:01
Done. Added example.
|
| // to use for the taskbar group on Win 7. |
| - static string16 GetChromiumIconPath(); |
| + static string16 GetChromiumIconString(); |
| // Migrates existing chrome shortcuts by tagging them with correct app id. |
| // see http://crbug.com/28104 |