| Index: third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| diff --git a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| index 19e7147d1a00096e0777e95933dfc6ad140fbc4f..947503ffa72bcc536d090d8ef75e84684b783996 100644
|
| --- a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| +++ b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| @@ -38,6 +38,9 @@ public:
|
| ElementAttachShadow,
|
| ApplicationCacheManifestSelectInsecureHost,
|
| ApplicationCacheAPIInsecureHost,
|
| + RTCPeerConnectionAudio,
|
| + RTCPeerConnectionVideo,
|
| + RTCPeerConnectionDataChannel,
|
|
|
| NumberOfFeatures // This must be the last item.
|
| };
|
|
|