| 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 64ed1f1a91154d5e38b65cc162b10a7c11db2b4f..743bd38a449ef6b8ecef840996b53fe3f6a327ab 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_distribution.h
|
| @@ -74,6 +74,11 @@ class GoogleChromeDistribution : public BrowserDistribution {
|
|
|
| virtual std::wstring GetVersionKey() OVERRIDE;
|
|
|
| + virtual bool GetDelegateExecuteHandlerData(string16* handler_class_uuid,
|
| + string16* type_lib_uuid,
|
| + string16* type_lib_version,
|
| + string16* interface_uuid) OVERRIDE;
|
| +
|
| virtual void UpdateInstallStatus(
|
| bool system_install,
|
| installer::ArchiveType archive_type,
|
|
|