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

Unified Diff: chrome/installer/util/google_chrome_distribution_dummy.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: review:grt Created 5 years, 3 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/google_chrome_distribution_dummy.cc
diff --git a/chrome/installer/util/google_chrome_distribution_dummy.cc b/chrome/installer/util/google_chrome_distribution_dummy.cc
index 52391b5ebc3f81742dd77140a5aa3905cc3844c6..a68f67534bc6e736f5895569fbfbe21f3f07435d 100644
--- a/chrome/installer/util/google_chrome_distribution_dummy.cc
+++ b/chrome/installer/util/google_chrome_distribution_dummy.cc
@@ -93,9 +93,8 @@ base::string16 GoogleChromeDistribution::GetIconFilename() {
return base::string16();
}
-bool GoogleChromeDistribution::GetCommandExecuteImplClsid(
- base::string16* handler_class_uuid) {
- return false;
+base::string16 GoogleChromeDistribution::GetCommandExecuteImplClsid() {
+ return base::string16();
}
void GoogleChromeDistribution::UpdateInstallStatus(bool system_install,
« no previous file with comments | « chrome/installer/util/google_chrome_distribution.cc ('k') | chrome/installer/util/google_chrome_sxs_distribution.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698