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

Unified Diff: net/spdy/spdy_test_utils.cc

Issue 2675343002: Server push cancellation: add NetLogs to track cache lookup transaction (Closed)
Patch Set: fix typo 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/spdy/spdy_test_utils.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/spdy_test_utils.cc
diff --git a/net/spdy/spdy_test_utils.cc b/net/spdy/spdy_test_utils.cc
index 16d39dbe13de2ee9c4fd9b2b45c7003ad7d8bbbe..6814025fafae80d349b0fa8cd97aede77b238d40 100644
--- a/net/spdy/spdy_test_utils.cc
+++ b/net/spdy/spdy_test_utils.cc
@@ -168,7 +168,8 @@ TestServerPushDelegate::TestServerPushDelegate() {}
TestServerPushDelegate::~TestServerPushDelegate() {}
void TestServerPushDelegate::OnPush(
- std::unique_ptr<ServerPushHelper> push_helper) {
+ std::unique_ptr<ServerPushHelper> push_helper,
+ const NetLogWithSource& session_net_log) {
push_helpers[push_helper->GetURL()] = std::move(push_helper);
}
« no previous file with comments | « net/spdy/spdy_test_utils.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698