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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2602853002: Eliminate network fallback from ServiceWorkerContextRequestHandler. (Closed)
Patch Set: ok 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..fd00d28996976501c36f368dc1b5283100ceaa68 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
horo 2017/01/10 07:09:27 strange wrapping
falken 2017/01/10 08:17:46 Done.
+// or its imported scripts could not be handled.
+// {
+// "error": The error reason as a string.
+//}
horo 2017/01/10 07:09:27 // }
falken 2017/01/10 08:17:46 Done.
+EVENT_TYPE(SERVICE_WORKER_SCRIPT_LOAD_UNHANDLED_REQUEST_ERROR)
+
// ------------------------------------------------------------------------
// Global events
// ------------------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698