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

Unified Diff: chrome/common/extensions/feature_switch.cc

Issue 11434064: Enable Extension script bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 1 month 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/feature_switch.cc
===================================================================
--- chrome/common/extensions/feature_switch.cc (revision 170508)
+++ chrome/common/extensions/feature_switch.cc (working copy)
@@ -31,7 +31,11 @@
FeatureSwitch::DEFAULT_DISABLED),
script_bubble(
switches::kScriptBubble,
+#if !defined(OS_MACOSX)
+ FeatureSwitch::DEFAULT_ENABLED),
+#else
FeatureSwitch::DEFAULT_DISABLED),
+#endif
sideload_wipeout(
switches::kSideloadWipeout,
#if defined(OS_WIN)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698