Commit 0209a6db authored by Nick Harper's avatar Nick Harper Committed by Commit Bot

Enable Channel ID for M68

Bug: 849201, b/109944165
Change-Id: I051b1af77f9434b40c9f5ca9e9357d46e3072f82
Reviewed-on: https://chromium-review.googlesource.com/1104962Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#568173}
parent b63ff0d9
......@@ -11,12 +11,8 @@ namespace features {
const base::Feature kTokenBinding{"token-binding",
base::FEATURE_DISABLED_BY_DEFAULT};
#if defined(OS_ANDROID)
// TODO(nharper): Disable kChannelID on all platforms in M69.
const base::Feature kChannelID{"channel-id", base::FEATURE_ENABLED_BY_DEFAULT};
#else
const base::Feature kChannelID{"channel-id", base::FEATURE_DISABLED_BY_DEFAULT};
#endif // defined(OS_ANDROID)
const base::Feature kDnsOverHttps{"dns-over-https",
base::FEATURE_DISABLED_BY_DEFAULT};
......
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