Commit 3792d868 authored by Robert Sesek's avatar Robert Sesek Committed by Commit Bot

Enable MojoChannelMac feature by default.

Bug: 932175, 944985
Change-Id: I9a209965e3454e09a6914b2b19a8a44c4e841a90
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1539799Reviewed-by: default avatarKen Rockot <rockot@google.com>
Commit-Queue: Robert Sesek <rsesek@chromium.org>
Cr-Commit-Position: refs/heads/master@{#672077}
parent 241bd994
...@@ -12,7 +12,7 @@ namespace features { ...@@ -12,7 +12,7 @@ namespace features {
// transport mechanism for PlatformChannel. Otherwise, macOS defaults to using // transport mechanism for PlatformChannel. Otherwise, macOS defaults to using
// ChannelPosix. // ChannelPosix.
const base::Feature kMojoChannelMac{"MojoChannelMac", const base::Feature kMojoChannelMac{"MojoChannelMac",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_ENABLED_BY_DEFAULT};
#endif #endif
} // namespace features } // namespace features
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment