| 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..b32b0b6a7701c83d8ef1beb7e054db55c2a61ef5 100644
|
| --- a/chrome/installer/util/chrome_app_host_distribution.h
|
| +++ b/chrome/installer/util/chrome_app_host_distribution.h
|
| @@ -50,13 +50,19 @@ class ChromeAppHostDistribution : public BrowserDistribution {
|
|
|
| virtual string16 GetVersionKey() OVERRIDE;
|
|
|
| + virtual bool IsSetAsDefaultSupported() OVERRIDE;
|
| +
|
| virtual bool CanSetAsDefault() OVERRIDE;
|
|
|
| virtual bool CanCreateDesktopShortcuts() OVERRIDE;
|
|
|
| - virtual bool GetCommandExecuteImplClsid(
|
| + virtual bool GetCommandExecuteImplClsidString(
|
| string16* handler_class_uuid) OVERRIDE;
|
|
|
| +#if defined(OS_WIN)
|
| + virtual bool GetCommandExecuteImplClsid(CLSID* handler_class_uuid) OVERRIDE;
|
| +#endif
|
| +
|
| virtual void UpdateInstallStatus(bool system_install,
|
| installer::ArchiveType archive_type,
|
| installer::InstallStatus install_status) OVERRIDE;
|
|
|