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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1210283005: Introduce the PushSubscription.curve25519dh attribute (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 8048c513b4a3942e22efba3172ec4b2047efe7f5..3e46b2beb9f06af045dbbecd45d0a7eaa7d2bc86 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65347,6 +65347,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="2" label="Storage error"/>
<int value="3" label="Registration not found"/>
<int value="4" label="Registration not found (no incognito push service)"/>
+ <int value="5" label="Unable to retrieve the public key"/>
</enum>
<enum name="PushRegistrationStatus" type="int">
@@ -65361,6 +65362,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="8" label="Successful - from cache"/>
<int value="9" label="Network error"/>
<int value="10" label="Permission denied (no incognito push service)"/>
+ <int value="11" label="Unable to retrieve the public key"/>
johnme 2015/07/09 16:02:53 Nit: Might want a more generic string to cover oth
Peter Beverloo 2015/07/09 18:54:17 I think we'll want separate UMA for the GCMDriver
</enum>
<enum name="PushUnregistrationStatus" type="int">

Powered by Google App Engine
This is Rietveld 408576698