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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 329853010: Additional methods for chrome.logPrivate API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 0b3c15113ff19b6a6d8e999481a6743bd532698a..6be7997fbb864505855ba2324d49b100c21fe1fd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38012,6 +38012,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="818" label="WEBVIEWINTERNAL_STOP"/>
<int value="819" label="WEBVIEWINTERNAL_STOPFINDING"/>
<int value="820" label="WEBVIEWINTERNAL_TERMINATE"/>
+ <int value="821" label="LOGPRIVATE_STARTEVENTRECODER"/>
+ <int value="822" label="LOGPRIVATE_STOPEVENTRECODER"/>
+ <int value="823" label="LOGPRIVATE_DUMPLOGS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">

Powered by Google App Engine
This is Rietveld 408576698