| 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 8087c78efe6945cb5a5b61414976c784542625eb..702e81aa6cc1b132ee998a9a4fc629584e5c8eed 100644
|
| --- a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| +++ b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.h
|
| @@ -42,6 +42,7 @@ class CORE_EXPORT HostsUsingFeatures {
|
| RTCPeerConnectionAudio,
|
| RTCPeerConnectionVideo,
|
| RTCPeerConnectionDataChannel,
|
| + RTCPeerConnectionUsed, // Used to compute the "unconnected PCs" feature
|
|
|
| NumberOfFeatures // This must be the last item.
|
| };
|
|
|