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

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

Issue 2436393002: Disallow repeated PushManager.subscribes with different sender ids (Closed)
Patch Set: Make error message more informative Created 4 years, 1 month 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 | « third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h ('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 00dc9b05ea30ab9400a823721047991d29cb3204..2fe5a3c9da871ed7f4838c3b5e1201f3efe8d654 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -97402,6 +97402,7 @@ value.
<int value="10" label="Permission denied (no incognito push service)"/>
<int value="11" label="Unable to retrieve the public key"/>
<int value="12" label="Empty or missing manifest"/>
+ <int value="13" label="Mismatched sender id"/>
</enum>
<enum name="PushUnregistrationReason" type="int">
« no previous file with comments | « third_party/WebKit/public/platform/modules/push_messaging/WebPushError.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698