| Index: chrome/installer/util/chrome_app_host_distribution.h
|
| diff --git a/chrome/installer/util/chrome_app_host_distribution.h b/chrome/installer/util/chrome_app_host_distribution.h
|
| index 5648abde7f1451f04003fe6a32ab00ef6674a7da..c7077491be0c2231e27d0be53426a2b303049d71 100644
|
| --- a/chrome/installer/util/chrome_app_host_distribution.h
|
| +++ b/chrome/installer/util/chrome_app_host_distribution.h
|
| @@ -15,11 +15,13 @@ class ChromeAppHostDistribution : public BrowserDistribution {
|
| public:
|
| virtual string16 GetAppGuid() OVERRIDE;
|
|
|
| - virtual string16 GetBaseAppName() OVERRIDE;
|
| + virtual string16 GetDisplayName() OVERRIDE;
|
| +
|
| + virtual string16 GetShortcutName(ShortcutEnum shortcut_enum) OVERRIDE;
|
|
|
| - virtual string16 GetAppShortCutName() OVERRIDE;
|
| + virtual string16 GetIconFilename() OVERRIDE;
|
|
|
| - virtual string16 GetAlternateApplicationName() OVERRIDE;
|
| + virtual string16 GetBaseAppName() OVERRIDE;
|
|
|
| virtual string16 GetBaseAppId() OVERRIDE;
|
|
|
| @@ -51,8 +53,6 @@ class ChromeAppHostDistribution : public BrowserDistribution {
|
|
|
| virtual bool CanCreateDesktopShortcuts() OVERRIDE;
|
|
|
| - virtual string16 GetIconFilename() OVERRIDE;
|
| -
|
| virtual bool GetCommandExecuteImplClsid(
|
| string16* handler_class_uuid) OVERRIDE;
|
|
|
|
|