Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(461)

Unified Diff: third_party/WebKit/Source/core/frame/HostsUsingFeatures.h

Issue 2681903002: RAPPOR metric for usage of RTCPeerConnection without connecting. (Closed)
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698