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..8a1f37231a76218ee94a1b5423974d871ed55360 100644 |
| --- a/chrome/installer/util/browser_distribution.h |
| +++ b/chrome/installer/util/browser_distribution.h |
| @@ -121,6 +121,11 @@ class BrowserDistribution { |
| virtual bool CanCreateDesktopShortcuts(); |
| + // Returns the executable file (no path) that Has the icon for the product. |
|
gab
2012/11/14 18:47:32
s/Has/has
s/no path/not path
s/file/filename
huangs
2012/11/14 20:35:55
Done.
|
| + virtual string16 GetIconFile(); |
|
gab
2012/11/14 18:47:32
Ok, if this only returns the filename (which is co
huangs
2012/11/14 20:35:55
Done.
|
| + |
| + // Returns the index of the icon for the product, inside the file specified |
| + // from GetIconFile(). |
|
gab
2012/11/14 18:47:32
s/from/by
huangs
2012/11/14 20:35:55
Done.
|
| virtual int GetIconIndex(); |
| virtual bool GetChromeChannel(string16* channel); |