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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2448353002: [BlobAsync] Moving async handling into BlobStorageContext & quota out. (Closed)
Patch Set: comments from Marijn Created 4 years, 1 month 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
Index: net/log/net_log_event_type_list.h
diff --git a/net/log/net_log_event_type_list.h b/net/log/net_log_event_type_list.h
index cda4669117ce1ce77f67743e800f7fa1786d4551..4c4c15848adf6a129ce350e7fc9be2cf93ac39b7 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -2077,7 +2077,7 @@ EVENT_TYPE(SERVICE_WORKER_ERROR_KILLED_WITH_STREAM)
// {
// "success": Whether the request blobs finished construction successfully.
falken 2016/11/10 01:25:05 nit: "Whether file sizes in the request body have
dmurph 2016/11/10 19:53:19 Done.
// }
-EVENT_TYPE(SERVICE_WORKER_WAITING_FOR_REQUEST_BODY_BLOB)
+EVENT_TYPE(SERVICE_WORKER_WAITING_FOR_REQUEST_BODY_FILES)
// This event is emitted when a request failed to be forwarded to a Service
// Worker, because it had a request body with a blob that failed to be

Powered by Google App Engine
This is Rietveld 408576698