Commit 7ceb6d61 authored by Caitlin Fischer's avatar Caitlin Fischer Committed by Commit Bot

Remove the WebRTC-EnableWebRtcEcdsa feature.

Bug: 1126640
Change-Id: I178fab3f54a6fcf52ac41f6642c5d6b02f1408de
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2442889Reviewed-by: default avatarHenrik Boström <hbos@chromium.org>
Reviewed-by: default avatarAlex Moshchuk <alexmos@chromium.org>
Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Caitlin Fischer <caitlinfischer@google.com>
Cr-Commit-Position: refs/heads/master@{#813891}
parent 1c3b94fd
...@@ -852,11 +852,6 @@ const base::Feature kWebPayments{"WebPayments", ...@@ -852,11 +852,6 @@ const base::Feature kWebPayments{"WebPayments",
const base::Feature kWebPaymentsMinimalUI{"WebPaymentsMinimalUI", const base::Feature kWebPaymentsMinimalUI{"WebPaymentsMinimalUI",
base::FEATURE_DISABLED_BY_DEFAULT}; base::FEATURE_DISABLED_BY_DEFAULT};
// Makes WebRTC use ECDSA certs by default (i.e., when no cert type was
// specified in JS).
const base::Feature kWebRtcEcdsaDefault{"WebRTC-EnableWebRtcEcdsa",
base::FEATURE_ENABLED_BY_DEFAULT};
// Use GpuMemoryBuffer backed VideoFrames in media streams. // Use GpuMemoryBuffer backed VideoFrames in media streams.
const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{ const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames{
"WebRTC-UseGpuMemoryBufferVideoFrames", base::FEATURE_ENABLED_BY_DEFAULT}; "WebRTC-UseGpuMemoryBufferVideoFrames", base::FEATURE_ENABLED_BY_DEFAULT};
......
...@@ -172,7 +172,6 @@ CONTENT_EXPORT extern const base::Feature kWebGLImageChromium; ...@@ -172,7 +172,6 @@ CONTENT_EXPORT extern const base::Feature kWebGLImageChromium;
CONTENT_EXPORT extern const base::Feature kWebOtpBackend; CONTENT_EXPORT extern const base::Feature kWebOtpBackend;
CONTENT_EXPORT extern const base::Feature kWebPayments; CONTENT_EXPORT extern const base::Feature kWebPayments;
CONTENT_EXPORT extern const base::Feature kWebPaymentsMinimalUI; CONTENT_EXPORT extern const base::Feature kWebPaymentsMinimalUI;
CONTENT_EXPORT extern const base::Feature kWebRtcEcdsaDefault;
CONTENT_EXPORT extern const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames; CONTENT_EXPORT extern const base::Feature kWebRtcUseGpuMemoryBufferVideoFrames;
CONTENT_EXPORT extern const base::Feature kWebUIReportOnlyTrustedTypes; CONTENT_EXPORT extern const base::Feature kWebUIReportOnlyTrustedTypes;
CONTENT_EXPORT extern const base::Feature kWebUsb; CONTENT_EXPORT extern const base::Feature kWebUsb;
......
...@@ -7535,26 +7535,6 @@ ...@@ -7535,26 +7535,6 @@
] ]
} }
], ],
"WebRTC-EnableWebRtcEcdsa": [
{
"platforms": [
"android",
"android_weblayer",
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled",
"enable_features": [
"WebRTC-EnableWebRtcEcdsa"
]
}
]
}
],
"WebRTC-Pacer-BlockAudio": [ "WebRTC-Pacer-BlockAudio": [
{ {
"platforms": [ "platforms": [
......
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