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

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

Issue 2726223004: Introduce networking.cast API (Closed)
Patch Set: histograms Created 3 years, 9 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/common/permissions/api_permission.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 54249c3529f538ea66145410dded21419d169d6b..87793e54b714eba4ca648498eb545637d3c9e1fe 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -90941,6 +90941,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1161" label="AUDIO_SETMUTE"/>
<int value="1162" label="AUDIO_GETDEVICES"/>
<int value="1163" label="VIRTUALKEYBOARD_RESTRICTFEATURES"/>
+ <int value="1164" label="NETWORKINGCASTPRIVATE_VERIFYDESTINATION"/>
+ <int value="1165" label="NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTCREDENTIALS"/>
+ <int value="1166" label="NETWORKINGCASTPRIVATE_VERIFYANDENCRYPTDATA"/>
+ <int value="1167" label="NETWORKINGCASTPRIVATE_SETWIFITDLSENABLEDSTATE"/>
+ <int value="1168" label="NETWORKINGCASTPRIVATE_GETWIFITDLSSTATUS"/>
</enum>
<enum name="ExtensionIconState" type="int">
@@ -91366,6 +91371,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="200" label="kClipboard"/>
<int value="201" label="kNetworkingOnc"/>
<int value="202" label="kVirtualKeyboard"/>
+ <int value="203" label="kNetworkingCastPrivate"/>
</enum>
<enum name="ExtensionServiceVerifyAllSuccess" type="int">
« no previous file with comments | « extensions/common/permissions/api_permission.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698