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

Unified Diff: chrome/browser/extensions/extension_install_ui.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/extension_install_ui.cc
diff --git a/chrome/browser/extensions/extension_install_ui.cc b/chrome/browser/extensions/extension_install_ui.cc
index eddb98e51cd7e47cc54a3175b4bda586e007c478..ee3a193201644f1020ad8d04cafd732068a43930 100644
--- a/chrome/browser/extensions/extension_install_ui.cc
+++ b/chrome/browser/extensions/extension_install_ui.cc
@@ -328,7 +328,7 @@ void ExtensionInstallUI::ConfirmInstall(Delegate* delegate,
// we need the UI confirmation.
if (extension->is_theme()) {
if (extension->from_webstore() ||
- extensions::switch_utils::IsOffStoreInstallEnabled()) {
+ extensions::switch_utils::IsEasyOffStoreInstallEnabled()) {
delegate->InstallUIProceed();
return;
}

Powered by Google App Engine
This is Rietveld 408576698