| 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..a462e71037bb2bba9e66d539c61e1a4c319454a2 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(ShortcutEnum shortcut_enum) OVERRIDE;
|
|
|
| - virtual string16 GetAppShortCutName() OVERRIDE;
|
| + virtual int GetIconIndex(ShortcutEnum shortcut_enum) 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;
|
|
|