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

Unified Diff: tools/metrics/histograms/enums.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
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index e7ab6072226259de232d5a86d81b90b7a2263634..fc080daaaf7326e0c5376e085176069779bf83b9 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -2914,6 +2914,11 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="1" label="Missing data in disk cache"/>
</enum>
+<enum name="BooleanNativeNotifications" type="int">
+ <int value="0" label="Using Chrome notifications"/>
+ <int value="1" label="Using native notifications"/>
+</enum>
+
<enum name="BooleanNavPreloadFinishedFirst" type="int">
<int value="0" label="Worker preparation finished first"/>
<int value="1" label="Navigation preload response arrived first"/>
@@ -20344,6 +20349,13 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="20" label="2.29"/>
</enum>
+<enum name="LinuxNotificationBridgeStatusCode" type="int">
+ <int value="0" label="success"/>
+ <int value="1" label="native notifications not supported"/>
+ <int value="2" label="missing required capabilities"/>
+ <int value="3" label="could not connect to signals"/>
+</enum>
+
<enum name="LinuxSandboxStatus" type="int">
<int value="0" label="none"/>
<int value="1" label="suid"/>
« no previous file with comments | « chrome/browser/notifications/notification_platform_bridge_linux_unittest.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698