Skip to content

Commit

Permalink
MD Extensions: Enable Error Console by default.
Browse files Browse the repository at this point in the history
Bug: 812491
Change-Id: I54005b49e976eeffd98a1a3f5b258fc4f9efe8ce
Reviewed-on: https://chromium-review.googlesource.com/1008623
Reviewed-by: Devlin <rdevlin.cronin@chromium.org>
Commit-Queue: Hector Carmona <hcarmona@chromium.org>
Cr-Commit-Position: refs/heads/master@{#551106}
  • Loading branch information
hcarmona authored and Commit Bot committed Apr 16, 2018
1 parent 6fa967c commit 10b652c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/common/feature_switch.cc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class CommonSwitches {
#else
FeatureSwitch::DEFAULT_DISABLED),
#endif
error_console(switches::kErrorConsole, FeatureSwitch::DEFAULT_DISABLED),
error_console(switches::kErrorConsole, FeatureSwitch::DEFAULT_ENABLED),
enable_override_bookmarks_ui(switches::kEnableOverrideBookmarksUI,
FeatureSwitch::DEFAULT_DISABLED),
scripts_require_action(switches::kScriptsRequireAction,
Expand Down

0 comments on commit 10b652c

Please sign in to comment.