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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1175823002: ServiceWorker: Implement ServiceWorkerRegistration.update() (2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 6 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
« no previous file with comments | « content/common/service_worker/service_worker_messages.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 bee8aae1677fdb5e662cd3f5e77eef44f2919fbd..e0405d7a2f1f818a0bd6804558ab817268dcfe4a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -49784,6 +49784,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="83" label="BDH_INVALID_SERVICE_ID"/>
<int value="84" label="RFH_COMMIT_DESERIALIZATION_FAILED"/>
<int value="85" label="BDH_INVALID_CHARACTERISTIC_ID"/>
+ <int value="86" label="SWDH_UPDATE_NO_HOST"/>
+ <int value="87" label="SWDH_UPDATE_BAD_REGISTRATION_ID"/>
+ <int value="88" label="SWDH_UPDATE_CANNOT"/>
</enum>
<enum name="BadMessageReasonExtensions" type="int">
« no previous file with comments | « content/common/service_worker/service_worker_messages.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698