| 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 ff49036b039299186481b858ffc260774c3d0855..fa891d6173eb7ea7b6bafeb085c32757440dc641 100644
|
| --- a/chrome/installer/util/chrome_frame_distribution.h
|
| +++ b/chrome/installer/util/chrome_frame_distribution.h
|
| @@ -15,11 +15,11 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
| public:
|
| virtual string16 GetAppGuid() OVERRIDE;
|
|
|
| - virtual string16 GetBaseAppName() OVERRIDE;
|
| + virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
|
|
|
| - virtual string16 GetAppShortCutName() OVERRIDE;
|
| + virtual int GetIconIndex(ShortcutType shortcut_type) OVERRIDE;
|
|
|
| - virtual string16 GetAlternateApplicationName() OVERRIDE;
|
| + virtual string16 GetBaseAppName() OVERRIDE;
|
|
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
|
|
| @@ -47,8 +47,6 @@ class ChromeFrameDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetIconFilename() OVERRIDE;
|
|
|
| - virtual int GetIconIndex() OVERRIDE;
|
| -
|
| virtual bool CanSetAsDefault() OVERRIDE;
|
|
|
| virtual bool CanCreateDesktopShortcuts() OVERRIDE;
|
|
|