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

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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 2445c09938d171f3362ca324dabc6dd2dabe9857..cf0d7a6320c4bd043cd0bb08658c7d13266a21a8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -48062,6 +48062,8 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="961" label="WEBVIEWINTERNAL_SETALLOWSCALING"/>
<int value="962" label="PLATFORMKEYSINTERNAL_GETPUBLICKEY"/>
<int value="963" label="RUNTIME_OPENOPTIONSPAGE"/>
+ <int value="964" label="WEBRTCLOGGINGPRIVATE_STORE"/>
+ <int value="965" label="WEBRTCLOGGINGPRIVATE_UPLOADSTORED"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698