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

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

Side-by-side diff isn't available for this file because of its large size.
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: Fix bug in current time-limited audio debug recordings. Created 4 years, 8 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 d1430d552009d502d04f9d51feaa779c71689283..bd64c1428df73532c89eb8f0ea75fc3d4d967a84 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -68087,6 +68087,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1111" label="INPUT_IME_SHOWWINDOW"/>
<int value="1112" label="INPUT_IME_HIDEWINDOW"/>
<int value="1113" label="INPUTMETHODPRIVATE_SHOWINPUTVIEW"/>
+ <int value="1114" label="WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING"/>
+ <int value="1115" label="WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698