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

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

Issue 1650133002: Start and stop RTC event logs from private extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Test that the event log actually produces some content Created 4 years, 9 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 d53cd2d558ba6ed414a220190b0d16c7b67e6b08..e2eacc2d6d5f7df0c2de3850ad6368f7c9a477fa 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -66717,6 +66717,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1110" label="INPUTMETHODPRIVATE_NOTIFYIMEMENUITEMACTIVATED"/>
<int value="1111" label="INPUT_IME_SHOWWINDOW"/>
<int value="1112" label="INPUT_IME_HIDEWINDOW"/>
+ <int value="1113" label="WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING"/>
+ <int value="1114" label="WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698