| Index: chrome/installer/util/chrome_frame_distribution.h
|
| diff --git a/chrome/installer/util/chrome_frame_distribution.h b/chrome/installer/util/chrome_frame_distribution.h
|
| index e7d0be8a3670fcc98fb77367d8d88368a85d9c4d..2b76265cf459047299f733c626662b774dcbccb9 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.h
|
| +++ b/chrome/installer/util/chrome_frame_distribution.h
|
| @@ -47,6 +47,10 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetVersionKey() OVERRIDE;
|
|
|
| + virtual string16 GetIconFilename() OVERRIDE;
|
| +
|
| + virtual int GetIconIndex() OVERRIDE;
|
| +
|
| virtual bool CanSetAsDefault() OVERRIDE;
|
|
|
| virtual bool CanCreateDesktopShortcuts() OVERRIDE;
|
|
|