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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1342733002: ServiceWorker: log when the script's loaded separately from thread start (chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test fix Created 5 years, 3 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/renderer/service_worker/service_worker_context_client.cc ('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 d847369e9a1a2be0e47864f0c856ddf7c3cabfcd..02c224e410376a92c180e782617c6c85801ef1bc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -56592,6 +56592,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="SCRIPT_DOWNLOADING"/>
<int value="5" label="SCRIPT_LOADED"/>
<int value="6" label="SCRIPT_EVALUATED"/>
+ <int value="7" label="THREAD_STARTED"/>
</enum>
<enum name="EnhancedBookmarkViewMode" type="int">
« no previous file with comments | « content/renderer/service_worker/service_worker_context_client.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698