| Index: chrome/installer/util/google_chrome_distribution.cc
|
| diff --git a/chrome/installer/util/google_chrome_distribution.cc b/chrome/installer/util/google_chrome_distribution.cc
|
| index 3ded7e541da0ccc51320bd577e7cdd35f9d0b299..7c0992ca654d24eb0d790635b3fddc619d49dd21 100644
|
| --- a/chrome/installer/util/google_chrome_distribution.cc
|
| +++ b/chrome/installer/util/google_chrome_distribution.cc
|
| @@ -236,11 +236,8 @@ base::string16 GoogleChromeDistribution::GetIconFilename() {
|
| return installer::kChromeExe;
|
| }
|
|
|
| -bool GoogleChromeDistribution::GetCommandExecuteImplClsid(
|
| - base::string16* handler_class_uuid) {
|
| - if (handler_class_uuid)
|
| - *handler_class_uuid = kCommandExecuteImplUuid;
|
| - return true;
|
| +base::string16 GoogleChromeDistribution::GetCommandExecuteImplClsid() {
|
| + return kCommandExecuteImplUuid;
|
| }
|
|
|
| // This method checks if we need to change "ap" key in Google Update to try
|
|
|