| 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 24e007a32eebd79342b3028ed75f4751cce7f25b..c0d2abb67460f7d9d88d75951a0d0b84da76ed75 100644
|
| --- a/chrome/installer/util/chrome_app_host_distribution.h
|
| +++ b/chrome/installer/util/chrome_app_host_distribution.h
|
| @@ -17,6 +17,10 @@ class ChromeAppHostDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetDisplayName() OVERRIDE;
|
|
|
| + virtual string16 GetBrowserProgIdPrefix() OVERRIDE;
|
| +
|
| + virtual string16 GetBrowserProgIdDesc() OVERRIDE;
|
| +
|
| // This can only be called with SHORTCUT_APP_LAUNCHER for |shortcut_type|.
|
| virtual string16 GetShortcutName(ShortcutType shortcut_type) OVERRIDE;
|
|
|
|
|