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..fc0548d4774d8c73bf7feb74ef977a50419a7e43 100644 |
--- a/net/base/net_log_event_type_list.h |
+++ b/net/base/net_log_event_type_list.h |
@@ -2398,3 +2398,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) |