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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 610633002: Prototype for copresenceSockets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: format specifiers build fix Created 6 years, 2 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
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 09b1c576db8ae13ee4be29cce1ecb4eb82886cbe..9cab3fb8592875ca959361dac34873d727d801f8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42512,6 +42512,10 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="898" label="HOTWORDPRIVATE_SETHOTWORDALWAYSONSEARCHENABLED"/>
<int value="899" label="WEBVIEWINTERNAL_LOADDATAWITHBASEURL"/>
<int value="900" label="GUESTVIEWINTERNAL_DESTROYGUEST"/>
+ <int value="901" label="COPRESENCESOCKET_CREATEPEER"/>
+ <int value="902" label="COPRESENCESOCKET_DESTROYPEER"/>
+ <int value="903" label="COPRESENCESOCKET_SEND"/>
+ <int value="904" label="COPRESENCESOCKET_DISCONNECT"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698