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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Clang format Created 3 years, 6 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 | « third_party/closure_compiler/interfaces/networking_private_interface.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index c6f9331b26326acf53a4ad673b8fe37e31b57091..222c33c163fafecfa0d7e59a8eb85883a434cbeb 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -11118,6 +11118,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="406" label="ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_START"/>
<int value="407" label="ACCESSIBILITY_PRIVATE_ON_TWO_FINGER_TOUCH_STOP"/>
<int value="408" label="MEDIA_PERCEPTION_PRIVATE_ON_MEDIA_PERCEPTION"/>
+ <int value="409" label="NETWORKING_PRIVATE_ON_CERTIFICATE_LISTS_CHANGED"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -12344,6 +12345,7 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1174" label="MEDIAPERCEPTIONPRIVATE_GETSTATE"/>
<int value="1175" label="MEDIAPERCEPTIONPRIVATE_SETSTATE"/>
<int value="1176" label="MEDIAPERCEPTIONPRIVATE_GETDIAGNOSTICS"/>
+ <int value="1177" label="NETWORKINGPRIVATE_GETCERTIFICATELISTS"/>
</enum>
<enum name="ExtensionIconState" type="int">
« no previous file with comments | « third_party/closure_compiler/interfaces/networking_private_interface.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698