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

Unified Diff: content/browser/service_worker/service_worker_metrics.h

Issue 1967683003: service worker: Wait for request body blobs to finish construction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments Created 4 years, 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_url_request_job.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_metrics.h
diff --git a/content/browser/service_worker/service_worker_metrics.h b/content/browser/service_worker/service_worker_metrics.h
index 486ca432adcfd4df3451ba36026cfdf2fb5148b6..dd2372ad316cfdb951e9fc82e61debfc0e62eea2 100644
--- a/content/browser/service_worker/service_worker_metrics.h
+++ b/content/browser/service_worker/service_worker_metrics.h
@@ -64,6 +64,7 @@ class ServiceWorkerMetrics {
REQUEST_JOB_ERROR_DESTROYED_WITH_BLOB,
REQUEST_JOB_ERROR_DESTROYED_WITH_STREAM,
REQUEST_JOB_ERROR_BAD_DELEGATE,
+ REQUEST_JOB_ERROR_REQUEST_BODY_BLOB_FAILED,
NUM_REQUEST_JOB_RESULT_TYPES,
};
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_url_request_job.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698