Chromium Code Reviews| 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() { |
|
grt (UTC plus 2)
2015/09/01 20:02:27
this needs to be updated in google_chrome_distribu
gab
2015/09/02 14:23:00
Done.
|
| + return kCommandExecuteImplUuid; |
| } |
| // This method checks if we need to change "ap" key in Google Update to try |