Index: chrome/installer/util/google_chrome_sxs_distribution.cc |
=================================================================== |
--- chrome/installer/util/google_chrome_sxs_distribution.cc (revision 40086) |
+++ chrome/installer/util/google_chrome_sxs_distribution.cc (working copy) |
@@ -33,3 +33,7 @@ |
return GoogleChromeDistribution::GetUninstallRegPath().append( |
installer_util::kSxSSuffix); |
} |
+ |
+bool GoogleChromeSxSDistribution::CanSetAsDefault() { |
+ return false; |
+} |