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

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: Unused includes Created 4 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 f47f6a8feb182b10fc6e905ee83ae5c6efb3dd5c..ec578d5ae044bf2158183ba834ca1bf568b2df7e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65818,6 +65818,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1107" label="INPUT_IME_DEACTIVATE"/>
<int value="1108" label="ENTERPRISE_PLATFORMKEYS_CHALLENGEMACHINEKEY"/>
<int value="1109" label="ENTERPRISE_PLATFORMKEYS_CHALLENGEUSERKEY"/>
+ <int value="1110" label="WEBRTCLOGGINGPRIVATE_STARTRTCEVENTLOGGING"/>
+ <int value="1111" label="WEBRTCLOGGINGPRIVATE_STOPRTCEVENTLOGGING"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698