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

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

Issue 660168: Disable registering, unregistering, and setting default browser... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 10 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_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;
+}

Powered by Google App Engine
This is Rietveld 408576698