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

Unified Diff: extensions/common/feature_switch.h

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: extensions/common/feature_switch.h
diff --git a/extensions/common/feature_switch.h b/extensions/common/feature_switch.h
index f36024eabb566f2eacfd6af9ad31c4fdc0f9ce05..6e2f8e7abad26aea46e520971f32ce80d79f2f54 100644
--- a/extensions/common/feature_switch.h
+++ b/extensions/common/feature_switch.h
@@ -31,7 +31,6 @@ namespace extensions {
// 5. Otherwise, the default value is used.
class FeatureSwitch {
public:
- static FeatureSwitch* easy_off_store_install();
static FeatureSwitch* force_dev_mode_highlighting();
static FeatureSwitch* prompt_for_external_extensions();
static FeatureSwitch* error_console();

Powered by Google App Engine
This is Rietveld 408576698