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

Unified Diff: net/log/net_log_event_type_list.h

Issue 1662763002: [ON HOLD] Implement pull-based design for content decoding (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add filter_source_stream_unittest.cc and address other comments Created 4 years, 4 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 6a26dc65bc0654a1fe8068d30257a12b388a7720..330938fe61369bd9b93ec95ed3f66b74b508fd91 100644
--- a/net/log/net_log_event_type_list.h
+++ b/net/log/net_log_event_type_list.h
@@ -2598,7 +2598,7 @@ EVENT_TYPE(FILE_STREAM_ALIVE)
// {
// "source_dependency": <Source id of the file stream>,
// }
-EVENT_TYPE(FILE_STREAM_SOURCE)
+EVENT_TYPE(FILE_SOURCE_STREAM)
// This event is created when a file stream is associated with a NetLog source.
// It indicates what event source owns the file stream source.

Powered by Google App Engine
This is Rietveld 408576698