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

Unified Diff: chrome/browser/ui/webui/extensions/install_extension_handler.cc

Issue 2668863002: [Extensions] Remove FeatureSwitch::easy_off_store_install (Closed)
Patch Set: Add TODO for histograms Created 3 years, 11 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/ui/webui/extensions/install_extension_handler.cc
diff --git a/chrome/browser/ui/webui/extensions/install_extension_handler.cc b/chrome/browser/ui/webui/extensions/install_extension_handler.cc
index 0291d7fe662939836beda03025f9d1b9ed615bf4..5395f3270da7a6cf1f96197a7ac8fe61373d9f4f 100644
--- a/chrome/browser/ui/webui/extensions/install_extension_handler.cc
+++ b/chrome/browser/ui/webui/extensions/install_extension_handler.cc
@@ -38,9 +38,6 @@ void InstallExtensionHandler::GetLocalizedValues(
source->AddString(
"extensionSettingsInstallDropTarget",
l10n_util::GetStringUTF16(IDS_EXTENSIONS_INSTALL_DROP_TARGET));
- source->AddBoolean(
- "offStoreInstallEnabled",
- FeatureSwitch::easy_off_store_install()->IsEnabled());
}
void InstallExtensionHandler::RegisterMessages() {

Powered by Google App Engine
This is Rietveld 408576698