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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 778243002: Push API: Return cached registration if available. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@store2
Patch Set: Rebase Created 6 years 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 | « content/shell/browser/layout_test/layout_test_push_messaging_service.cc ('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 e68768b38fb381ee83a42fa013bdd2d4de836e2e..0b8a38a8d5d13e182e96e8bbf405c3c394d75aff 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -54041,7 +54041,7 @@ To add a new entry, add it with any value and run test to compute valid value.
</enum>
<enum name="PushRegistrationStatus" type="int">
- <int value="0" label="Successful"/>
+ <int value="0" label="Successful - from push service"/>
<int value="1" label="Page has no active Service Worker"/>
<int value="2" label="Push service not available"/>
<int value="3" label="Registration limit reached"/>
@@ -54049,6 +54049,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="5" label="Push service error"/>
<int value="6" label="No sender id provided"/>
<int value="7" label="Storage error"/>
+ <int value="8" label="Successful - from cache"/>
</enum>
<enum name="QuicAddressMismatch" type="int">
« no previous file with comments | « content/shell/browser/layout_test/layout_test_push_messaging_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698