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

Unified Diff: extensions/browser/extension_function_histogram_value.h

Issue 214863002: Extension API enterprise.platformKeys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Changed to OO-style API with Token object. Created 6 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:
View side-by-side diff with in-line comments
Download patch
Index: extensions/browser/extension_function_histogram_value.h
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index ec2a0caf9d98b8c08cb806fbd9810e81f1922fa6..46c20f84813f0ed6d7fe8a734f28210ad8bf3ade 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -762,6 +762,11 @@ enum HistogramValue {
BLUETOOTH_GETDEVICE,
GCM_UNREGISTER,
FILEBROWSERPRIVATE_REQUESTDRIVESHARE,
+ ENTERPRISE_CERTIFICATES_GETTOKENS,
+ ENTERPRISE_CERTIFICATESINTERNAL_IMPORTCLIENTCERTIFICATEANDRAWKEY,
+ ENTERPRISE_CERTIFICATESINTERNAL_IMPORTCLIENTCERTIFICATEANDWEBCRYPTOKEY,
+ ENTERPRISE_CERTIFICATESINTERNAL_GETCLIENTCERTIFICATES,
+ ENTERPRISE_CERTIFICATESINTERNAL_GETTOKENS,
METRICSPRIVATE_RECORDSPARSEVALUE,
HOTWORDPRIVATE_SETAUDIOLOGGINGENABLED,
BLUETOOTHPRIVATE_SETADAPTERSTATE,

Powered by Google App Engine
This is Rietveld 408576698