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

Unified Diff: extensions/common/feature_switch.h

Issue 114153003: Add an extension bubble explaining which extensions are in dev mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync to head Created 7 years 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 c140cebc1dce644426e85bb06e596a29d372f40d..3387c399e112d2c4932f0a8eeeee5803e96b34ad 100644
--- a/extensions/common/feature_switch.h
+++ b/extensions/common/feature_switch.h
@@ -18,6 +18,7 @@ namespace extensions {
class FeatureSwitch {
public:
static FeatureSwitch* easy_off_store_install();
+ static FeatureSwitch* force_dev_mode_highlighting();
static FeatureSwitch* global_commands();
static FeatureSwitch* script_badges();
static FeatureSwitch* script_bubble();

Powered by Google App Engine
This is Rietveld 408576698