Chromium Code Reviews| Index: chrome/installer/util/browser_distribution.h |
| diff --git a/chrome/installer/util/browser_distribution.h b/chrome/installer/util/browser_distribution.h |
| index 7ec1eacd79bcc443d426aa1f41ea32818716e951..47d790870cd79e931c8133811acb232ddfa3e700 100644 |
| --- a/chrome/installer/util/browser_distribution.h |
| +++ b/chrome/installer/util/browser_distribution.h |
| @@ -121,6 +121,8 @@ class BrowserDistribution { |
| virtual bool CanCreateDesktopShortcuts(); |
| + virtual string16 GetIconExe(); |
|
gab
2012/11/13 14:15:12
I don't really like this new call, I feel if this
erikwright (departed)
2012/11/13 14:55:34
Which .exe the icon is in is also constant.
grt (UTC plus 2)
2012/11/13 16:19:32
GetIconExe -> GetIconFile or somesuch, since icons
huangs
2012/11/13 20:41:54
I would prefer to have a method to get the full pa
huangs
2012/11/13 20:41:54
Renamed to GetIconFile(), and added comments.
|
| + |
| virtual int GetIconIndex(); |
| virtual bool GetChromeChannel(string16* channel); |