Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(709)

Unified Diff: chrome/installer/util/chrome_frame_distribution.cc

Issue 1321143002: Make GetCommandExecuteImplClsid return the CLSID as a string directly. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_no_delegate_execute_win10
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698