| Index: chrome/installer/util/google_chrome_sxs_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| index 74a0cc36184ac675c7af46d2db586d6171e643b6..1aa62c4b1a38c078e6e1332b4d74b3b224d29311 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| @@ -20,12 +20,12 @@
|
| class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
|
| public:
|
| virtual string16 GetBaseAppName() OVERRIDE;
|
| - virtual string16 GetAppShortCutName() OVERRIDE;
|
| + virtual string16 GetShortcutName(ShortcutEnum shortcut_enum) OVERRIDE;
|
| + virtual int GetIconIndex(ShortcutEnum shortcut_enum) OVERRIDE;
|
| virtual string16 GetBaseAppId() OVERRIDE;
|
| virtual string16 GetInstallSubDir() OVERRIDE;
|
| virtual string16 GetUninstallRegPath() OVERRIDE;
|
| virtual bool CanSetAsDefault() OVERRIDE;
|
| - virtual int GetIconIndex() OVERRIDE;
|
| virtual bool GetChromeChannel(string16* channel) OVERRIDE;
|
| virtual bool GetCommandExecuteImplClsid(
|
| string16* handler_class_uuid) OVERRIDE;
|
|
|