| Index: chrome/installer/util/google_chrome_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_distribution.h b/chrome/installer/util/google_chrome_distribution.h
|
| index f4cd2f0338cdbdd17c638b5694c27692cf4e9c49..da699b3cb9d6592ee740ffde0df0faaed3db1494 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -36,11 +36,13 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetAppGuid() OVERRIDE;
|
|
|
| - virtual string16 GetBaseAppName() OVERRIDE;
|
| + virtual string16 GetShortcutName(ShortcutEnum shortcut_enum) OVERRIDE;
|
| +
|
| + virtual string16 GetIconFilename() OVERRIDE;
|
|
|
| - virtual string16 GetAppShortCutName() OVERRIDE;
|
| + virtual int GetIconIndex(ShortcutEnum shortcut_enum) OVERRIDE;
|
|
|
| - virtual string16 GetAlternateApplicationName() OVERRIDE;
|
| + virtual string16 GetBaseAppName() OVERRIDE;
|
|
|
| virtual string16 GetBaseAppId() OVERRIDE;
|
|
|
| @@ -71,8 +73,6 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetVersionKey() OVERRIDE;
|
|
|
| - virtual string16 GetIconFilename() OVERRIDE;
|
| -
|
| virtual bool GetCommandExecuteImplClsid(
|
| string16* handler_class_uuid) OVERRIDE;
|
|
|
|
|