| Index: chrome/installer/util/google_chrome_sxs_distribution.h
|
| diff --git a/chrome/installer/util/google_chrome_sxs_distribution.h b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| index 9ae8c3a9dd12e14f1488345bd31e19599a941fdc..2c7b73ddee0ca6274efca76e59bda6aa7ec8bc0b 100644
|
| --- a/chrome/installer/util/google_chrome_sxs_distribution.h
|
| +++ b/chrome/installer/util/google_chrome_sxs_distribution.h
|
| @@ -31,7 +31,7 @@ class GoogleChromeSxSDistribution : public GoogleChromeDistribution {
|
| base::string16 GetUninstallRegPath() override;
|
| DefaultBrowserControlPolicy GetDefaultBrowserControlPolicy() override;
|
| bool GetChromeChannel(base::string16* channel) override;
|
| - bool GetCommandExecuteImplClsid(base::string16* handler_class_uuid) override;
|
| + base::string16 GetCommandExecuteImplClsid() override;
|
| bool ShouldSetExperimentLabels() override;
|
| bool HasUserExperiments() override;
|
| // returns the channel name for GoogleChromeSxSDistribution
|
|
|