Chromium Code Reviews| 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..e4ee4d1a889625177a17983f84d56b79258c54d8 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(ShortcutType shortcut_type) OVERRIDE; |
|
grt (UTC plus 2)
2013/07/05 17:27:37
Please document here that this can only be called
calamity
2013/07/16 04:05:17
Done.
|
| - 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; |