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

Unified Diff: net/spdy/spdy_session_pool_unittest.cc

Issue 2783683002: Log source_dependency in HTTP2_SESSION_SEND_HEADERS. (Closed)
Patch Set: Fix use-after-free. Created 3 years, 9 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/spdy/spdy_session_fuzzer.cc ('k') | net/spdy/spdy_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_session_pool_unittest.cc
diff --git a/net/spdy/spdy_session_pool_unittest.cc b/net/spdy/spdy_session_pool_unittest.cc
index 2d0d845e9f9a8179ed20ddd85f6d152a31320bfb..dbdade06cfe3eaf28ffd2e1f56bbb1abc8feaf12 100644
--- a/net/spdy/spdy_session_pool_unittest.cc
+++ b/net/spdy/spdy_session_pool_unittest.cc
@@ -93,6 +93,8 @@ class SessionOpeningDelegate : public SpdyStream::Delegate {
ignore_result(CreateFakeSpdySession(spdy_session_pool_, key_));
}
+ NetLogSource source_dependency() const override { return NetLogSource(); }
+
private:
SpdySessionPool* const spdy_session_pool_;
const SpdySessionKey key_;
« no previous file with comments | « net/spdy/spdy_session_fuzzer.cc ('k') | net/spdy/spdy_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698