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

Unified Diff: net/spdy/chromium/spdy_test_util_common.cc

Issue 2847133003: Add NetLog event for invalid Http/2 response header (Closed)
Patch Set: fix test Created 3 years, 7 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/spdy/chromium/spdy_test_util_common.cc
diff --git a/net/spdy/chromium/spdy_test_util_common.cc b/net/spdy/chromium/spdy_test_util_common.cc
index fd683c4885cd5d9f3842d5cd87afaf3428f4b52c..cb2c2cf622fd2762c10b8f58a39a073c6004f39b 100644
--- a/net/spdy/chromium/spdy_test_util_common.cc
+++ b/net/spdy/chromium/spdy_test_util_common.cc
@@ -239,7 +239,7 @@ class PriorityGetter : public BufferedSpdyFramerVisitorInterface {
} // namespace
bool GetSpdyPriority(const SpdySerializedFrame& frame, SpdyPriority* priority) {
- BufferedSpdyFramer framer;
+ BufferedSpdyFramer framer((NetLogWithSource()));
Bence 2017/05/10 12:43:29 Remove extra () here.
xunjieli 2017/05/10 18:24:59 Done.
PriorityGetter priority_getter;
framer.set_visitor(&priority_getter);
size_t frame_size = frame.size();
« net/spdy/chromium/spdy_session_unittest.cc ('K') | « net/spdy/chromium/spdy_session_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698