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

Unified Diff: net/log/net_log_event_type_list.h

Issue 2519473002: Fixes the cache lock issue. (Closed)
Patch Set: Feedback addressed Created 3 years, 10 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
« no previous file with comments | « net/http/http_transaction_test_util.cc ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 4d0e96718c2377e27d834b083327cf63cf23bfe7..deb090adfa36f8463568ed75ea74d3b0a8bb3613 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -938,6 +938,16 @@ EVENT_TYPE(HTTP_CACHE_CALLER_REQUEST_HEADERS)
EVENT_TYPE(HTTP_CACHE_RESTART_PARTIAL_REQUEST)
EVENT_TYPE(HTTP_CACHE_RE_SEND_PARTIAL_REQUEST)
+// Events related to network read or shared network read.
+EVENT_TYPE(HTTP_CACHE_NETWORK_READ)
+EVENT_TYPE(HTTP_CACHE_NETWORK_READ_COMPLETE)
+EVENT_TYPE(HTTP_CACHE_SHARED_NETWORK_READ)
+EVENT_TYPE(HTTP_CACHE_SHARED_NETWORK_READ_COMPLETE)
+EVENT_TYPE(HTTP_CACHE_SHARED_NETWORK_READ_WAIT_COMPLETE)
+EVENT_TYPE(HTTP_CACHE_SHARED_CACHE_WRITE_DATA)
+EVENT_TYPE(HTTP_CACHE_SHARED_CACHE_WRITE_DATA_COMPLETE)
+EVENT_TYPE(HTTP_CACHE_SHARED_READ_WRITE_FAILED)
+
// ------------------------------------------------------------------------
// Disk Cache / Memory Cache
// ------------------------------------------------------------------------
« no previous file with comments | « net/http/http_transaction_test_util.cc ('k') | net/url_request/url_request_http_job_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698