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

Unified Diff: chrome/browser/extensions/crx_installer.cc

Issue 10511015: Rename --enable-off-store-extension-install to --enable-easy-off... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 6 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/browser/extensions/crx_installer.cc
diff --git a/chrome/browser/extensions/crx_installer.cc b/chrome/browser/extensions/crx_installer.cc
index e294201fd58416a4b1fd524b4b67b98fc4e29ef6..76f7a4a7f612694e3bca9170f76fcf0529988543 100644
--- a/chrome/browser/extensions/crx_installer.cc
+++ b/chrome/browser/extensions/crx_installer.cc
@@ -213,7 +213,7 @@ bool CrxInstaller::AllowInstall(const Extension* extension,
} else if (extension->is_theme()) {
UMA_HISTOGRAM_ENUMERATION(kHistogramName, InstallAllowedBecauseTheme,
NumWebStoreInstallDecision);
- } else if (extensions::switch_utils::IsOffStoreInstallEnabled()) {
+ } else if (extensions::switch_utils::IsEasyOffStoreInstallEnabled()) {
UMA_HISTOGRAM_ENUMERATION(kHistogramName, InstallAllowedBecauseAllAllowed,
NumWebStoreInstallDecision);
} else if (allow_off_store_install_) {
« no previous file with comments | « chrome/browser/download/download_browsertest.cc ('k') | chrome/browser/extensions/crx_installer_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698