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

Unified Diff: net/base/net_log_event_type_list.h

Issue 737943002: Update from https://crrev.com/304715 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 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
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | net/base/sdch_problem_code_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index af7c290aaaf71e8a2dfd6bfff1e306373d07085e..494b762fca8c79372f9f06ad3656ba6ce14b07ee 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -796,6 +796,14 @@ EVENT_TYPE(URL_REQUEST_FAKE_RESPONSE_HEADERS_CREATED)
// "headers": <The list of header:value pairs>,
// }
+EVENT_TYPE(URL_REQUEST_FILTERS_SET)
+// This event is logged when a URLRequestJob sets up the filters, if any
+// filters were added to the job. It logs the filters added.
+// The following parameters are attached:
+// {
+// "filters": <The list of filter names>
+// }
+
// ------------------------------------------------------------------------
// HttpCache
// ------------------------------------------------------------------------
@@ -2398,3 +2406,11 @@ EVENT_TYPE(SDCH_DICTIONARY_ERROR)
// This event is created when SdchDictionaryFetcher starts fetch. It contains
// no parameters.
EVENT_TYPE(SDCH_DICTIONARY_FETCH)
+
+// This event is created if the SdchDictionaryFetcher URLRequest returns
+// no error, but signals an error through bytes_read < 0.
+// It contains the following parameters:
+// {
+// "net_error": <error created>
+// }
+EVENT_TYPE(SDCH_DICTIONARY_FETCH_IMPLIED_ERROR)
« no previous file with comments | « gpu/command_buffer_service.gypi ('k') | net/base/sdch_problem_code_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698