| 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..4f88490cd9bdc68bad209bd6bebfaf2dc0277c7b 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,
|
| + RTCPeerConnectionCreated,
|
| + RTCPeerConnectionStable,
|
| + RTCPeerConnectionConnected,
|
|
|
| NumberOfFeatures // This must be the last item.
|
| };
|
|
|