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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2856753002: Linux native notifications: Add server capabilities metrics (Closed)
Patch Set: Rebase Created 3 years, 7 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 | « tools/metrics/histograms/enums.xml ('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 6383c0c62fb549bac9a81e27fbb552a3d43279ac..2ee42efec99ba174f708ed635291f725c0615c48 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43824,6 +43824,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram base="true" name="Notifications.Freedesktop.Capabilities"
+ enum="BooleanSupported">
+<!-- Name completed by histogram_suffixes name="FreedesktopNotificationCapabilitiesId" -->
+
+ <owner>thomasanderson@chromium.org</owner>
+ <summary>
+ Whether the notification server supports the capability in question. (Linux
+ only) Logged when the proxy to /org/Freedesktop/Notifications is set up
+ successfully, which happens at most once on startup.
+ </summary>
+</histogram>
+
<histogram name="Notifications.Icon.FileSize" units="bytes">
<obsolete>
Deprecated Nov 2016 in favor of Notifications.LoadFileSize.*
@@ -43865,6 +43877,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.Linux.BridgeInitializationStatus"
+ enum="LinuxNotificationBridgeStatusCode">
+ <owner>thomasanderson@chromium.org</owner>
+ <summary>
+ The status code for initializing NotificationPlatformBridgeLinux. (Linux
+ only) Logged on each start up.
+ </summary>
+</histogram>
+
<histogram name="Notifications.LoadFailTime" units="ms">
<!-- Name completed by histogram_suffixes name="NotificationImageTypes" -->
@@ -43958,6 +43979,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Notifications.UsingNativeNotificationCenter"
+ enum="BooleanNativeNotifications">
+ <owner>thomasanderson@chromium.org</owner>
+ <summary>
+ Indicates if Chrome is using system notifications or the Chrome notification
+ center. Logged on each start up.
+ </summary>
+</histogram>
+
<histogram name="Notifications.XPCConnectionEvent" enum="XPCConnectionEvent">
<owner>miguelg@chromium.org</owner>
<owner>rsesek@chromium.org</owner>
@@ -85503,6 +85533,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<affected-histogram name="FirstUserAction.BackgroundTime.MainIntent"/>
</histogram_suffixes>
+<histogram_suffixes name="FreedesktopNotificationCapabilitiesId" separator=".">
+ <suffix name="ActionIcons" label="action-icons capability"/>
+ <suffix name="Actions" label="actions capability"/>
+ <suffix name="Body" label="body capability"/>
+ <suffix name="BodyHyperlinks" label="body-hyperlinks capability"/>
+ <suffix name="BodyImages" label="body-images capability"/>
+ <suffix name="BodyMarkup" label="body-markup capability"/>
+ <suffix name="IconMulti" label="icon-multi capability"/>
+ <suffix name="IconStatic" label="icon-static capability"/>
+ <suffix name="Persistence" label="persistence capability"/>
+ <suffix name="Sound" label="sound capability"/>
+ <affected-histogram name="Notifications.Freedesktop.Capabilities"/>
+</histogram_suffixes>
+
<histogram_suffixes name="FromGWS">
<suffix name="FromGWS"
label="Only page loads that are a result of a navigation from a web
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698