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

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

Issue 11411308: Enable script bubble by default on all but mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Everything passes Created 8 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
« no previous file with comments | « chrome/browser/resources/script_bubble/popup.js ('k') | 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
diff --git a/chrome/common/extensions/feature_switch.cc b/chrome/common/extensions/feature_switch.cc
index 5556835c3ec46814929741316d01ab5b2f380175..cc3e9daa7dba84cd39fbdb8879e817aa19df5ddb 100644
--- a/chrome/common/extensions/feature_switch.cc
+++ b/chrome/common/extensions/feature_switch.cc
@@ -31,7 +31,11 @@ class CommonSwitches {
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 | « chrome/browser/resources/script_bubble/popup.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698