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..d5311b3f3857f8f43d5a1295ce9f67d16891d309 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 base::string16(); |
} |
void ChromeFrameDistribution::UpdateInstallStatus(bool system_install, |