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

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

Issue 2476323002: RAPPOR metric for usage of RTCPeerConnection without connecting. (Closed)
Patch Set: Updated XML config file Created 3 years, 11 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..0415bdecb0ac7fbca9ff620c610419f18401e342 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, // Note: Special treatment.
Nate Chapin 2017/01/27 20:38:59 This comment doesn't really add anything. Please e
hta - Chromium 2017/01/29 03:12:38 Changed to "Used to compute the "unconnected PCs"
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