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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2602853002: Eliminate network fallback from ServiceWorkerContextRequestHandler. (Closed)
Patch Set: rm class 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:
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 e7b4227fb47b5592a70d2afde2ca4d820923227c..80ec0ec8f6153765f58a46429dca111abf54d9ef 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -2089,6 +2089,13 @@ EVENT_TYPE(SERVICE_WORKER_START_WORKER)
// }
EVENT_TYPE(SERVICE_WORKER_FETCH_EVENT)
+// This event is emitted when a request for a service worker script or its
+// imported scripts could not be handled.
+// {
+// "error": The error reason as a string.
+// }
+EVENT_TYPE(SERVICE_WORKER_SCRIPT_LOAD_UNHANDLED_REQUEST_ERROR)
+
// ------------------------------------------------------------------------
// Global events
// ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698