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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 610633002: Prototype for copresenceSockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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:
Download patch
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 07d1f9021712ba8c65ae5eeb530963b8bbae67fb..5704cfae347478d0db146adccdc20bbd5a73116f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42304,6 +42304,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="897" label="HOTWORDPRIVATE_GETLAUNCHSTATE"/>
<int value="898" label="HOTWORDPRIVATE_SETHOTWORDALWAYSONSEARCHENABLED"/>
<int value="899" label="WEBVIEWINTERNAL_LOADDATAWITHBASEURL"/>
+ <int value="900" label="COPRESENCESOCKET_CREATEPEER"/>
+ <int value="901" label="COPRESENCESOCKET_DESTROYPEER"/>
+ <int value="902" label="COPRESENCESOCKET_SEND"/>
+ <int value="903" label="COPRESENCESOCKET_DISCONNECT"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« components/copresence_sockets/copresence_peer.cc ('K') | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698