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

Unified Diff: extensions/browser/extension_event_histogram_value.h

Issue 1232553003: Add new certificateProvider extension API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Created 5 years, 3 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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_event_histogram_value.h
diff --git a/extensions/browser/extension_event_histogram_value.h b/extensions/browser/extension_event_histogram_value.h
index c3df48854e0893bc75560c39338f622b7f580c55..d6f6fffef3af1c5a39259a87936a7c73322966c5 100644
--- a/extensions/browser/extension_event_histogram_value.h
+++ b/extensions/browser/extension_event_histogram_value.h
@@ -401,6 +401,8 @@ enum HistogramValue {
CAST_DEVICES_PRIVATE_ON_UPDATE_DEVICES_REQUESTED,
CAST_DEVICES_PRIVATE_ON_START_CAST,
CAST_DEVICES_PRIVATE_ON_STOP_CAST,
+ CERTIFICATEPROVIDER_ON_CERTIFICATES_REQUESTED,
+ CERTIFICATEPROVIDER_ON_SIGN_DIGEST_REQUESTED,
// Last entry: Add new entries above, then run:
// python tools/metrics/histograms/update_extension_histograms.py
ENUM_BOUNDARY

Powered by Google App Engine
This is Rietveld 408576698