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

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

Issue 2578023002: ServiceWorker: Stop don't send a message before connection established (Closed)
Patch Set: Updated comments Created 3 years, 11 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 22342906434f9646aa5b463d3414c7827ed9aee1..a7c0c7050839795ef659905e3a063b278daa8beb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58945,6 +58945,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
The result of trying to send the IPC message to a renderer process telling
it to stop an embedded worker. Recorded in EmbeddedWorkerInstance::Stop.
+ This was previously recorded for both the IPC and Mojo service worker
+ implementations, but as of Jan 2017, this is only recorded for the IPC
+ implementation. This histogram will be removed after the IPC implementation
+ is removed.
</summary>
</histogram>

Powered by Google App Engine
This is Rietveld 408576698