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

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: rebase 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
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 717ca5d79b8bf96a1be5a04a2709221968515d69..11deb4b11a58c20c44a29ef8711493b82ea9214e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -38815,6 +38815,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="843" label="EASYUNLOCKPRIVATE_GENERATEECP256KEYPAIR"/>
<int value="844" label="EASYUNLOCKPRIVATE_CREATESECUREMESSAGE"/>
<int value="845" label="EASYUNLOCKPRIVATE_UNWRAPSECUREMESSAGE"/>
+ <int value="846" label="LOGPRIVATE_STARTEVENTRECODER"/>
+ <int value="847" label="LOGPRIVATE_STOPEVENTRECODER"/>
+ <int value="848" label="LOGPRIVATE_DUMPLOGS"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698