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

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

Issue 1291113002: Cast extension private API for ChromeOS system tray. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lkgr
Patch Set: Rebase Created 5 years, 4 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/api/_permission_features.json ('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 92f3722c60215bd3cc1ce5c425f3295f61d48d43..a4923d481d871e591d100cac745a0059e544a2a5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56780,6 +56780,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="LANGUAGE_SETTINGS_PRIVATE_ON_SPELLCHECK_DICTIONARIES_CHANGED"/>
<int value="380"
label="LANGUAGE_SETTINGS_PRIVATE_ON_CUSTOM_DICTIONARY_CHANGED"/>
+ <int value="381" label="CAST_DEVICES_PRIVATE_ON_UPDATE_DEVICES_REQUESTED"/>
+ <int value="382" label="CAST_DEVICES_PRIVATE_ON_START_CAST"/>
+ <int value="383" label="CAST_DEVICES_PRIVATE_ON_STOP_CAST"/>
</enum>
<enum name="ExtensionFileWriteResult" type="int">
@@ -57898,6 +57901,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1072" label="NETWORKINGPRIVATE_UNLOCKCELLULARSIM"/>
<int value="1073" label="NETWORKINGPRIVATE_SETCELLULARSIMSTATE"/>
<int value="1074" label="ENTERPRISE_DEVICEATTRIBUTES_GETDIRECTORYDEVICEID"/>
+ <int value="1075" label="CASTDEVICESPRIVATE_UPDATEDEVICES"/>
</enum>
<enum name="ExtensionInstallCause" type="int">
« no previous file with comments | « extensions/common/api/_permission_features.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698