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

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

Issue 927233005: Adding support for storing webrtc logs locally with an extension supplied unique id, for later uplo… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 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:
Download patch
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('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 a5d1e331540807aaf08eb72671f49220d31b8fb1..10638546db7065b0f23c9d74a966439de6cf7330 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48281,6 +48281,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="965" label="AUDIOMODEM_STOPTRANSMIT"/>
<int value="966" label="AUDIOMODEM_RECEIVE"/>
<int value="967" label="AUDIOMODEM_STOPRECEIVE"/>
+ <int value="968" label="WEBRTCLOGGINGPRIVATE_STORE"/>
+ <int value="969" label="WEBRTCLOGGINGPRIVATE_UPLOADSTORED"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698