Commit b41124b9 authored by Tim Schumann's avatar Tim Schumann Committed by Commit Bot

Fix histogram enum doc of GCMRegistrationRequestStatus::SUCCESS.

Unlike documented, SUCCESS values do get reported:
https://uma.googleplex.com/p/chrome/timeline_v2/?sid=0ca95a606db22900d36b9304459651b8

Change-Id: Ia252c90c13c96c24b93f1934b8ec4e6802c4090c
Reviewed-on: https://chromium-review.googlesource.com/1137813
Commit-Queue: Peter Beverloo <peter@chromium.org>
Reviewed-by: default avatarPeter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#575216}
parent 97f68bf9
......@@ -21851,7 +21851,7 @@ Called by update_net_error_codes.py.-->
</enum>
<enum name="GCMRegistrationRequestStatus">
<int value="0" label="Success (this is not logged currently)"/>
<int value="0" label="Success"/>
<int value="1" label="Invalid parameters"/>
<int value="2" label="Invalid sender"/>
<int value="3" label="Authentication failed"/>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment