Chromium Code Reviews| Index: chrome/installer/util/chrome_frame_distribution.cc |
| diff --git a/chrome/installer/util/chrome_frame_distribution.cc b/chrome/installer/util/chrome_frame_distribution.cc |
| index 7cc99c874ce499560e004d2ad47e86529f085646..ac3c7bdf2cb2c188dd9dd91d673b1ee60bd5be78 100644 |
| --- a/chrome/installer/util/chrome_frame_distribution.cc |
| +++ b/chrome/installer/util/chrome_frame_distribution.cc |
| @@ -108,9 +108,8 @@ bool ChromeFrameDistribution::CanCreateDesktopShortcuts() { |
| return false; |
| } |
| -bool ChromeFrameDistribution::GetCommandExecuteImplClsid( |
| - base::string16* handler_class_uuid) { |
| - return false; |
| +base::string16 ChromeFrameDistribution::GetCommandExecuteImplClsid() { |
| + return L""; |
|
grt (UTC plus 2)
2015/09/01 20:02:27
return base::string16();
gab
2015/09/02 14:22:59
Done.
|
| } |
| void ChromeFrameDistribution::UpdateInstallStatus(bool system_install, |