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 |