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

Unified Diff: net/http/http_transaction_test_util.h

Issue 2721933002: HttpCache::Transaction layer allowing parallel validation (Closed)
Patch Set: Rebased + test-only changes for fixing the new Push Cache Lookup failing unit tests Created 3 years, 8 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/http/http_transaction_test_util.h
diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h
index e936ac9de01d745783c1f2981d98f55df3a60664..dbd267083c227ad4faa9950a75aa467e5b4bf550 100644
--- a/net/http/http_transaction_test_util.h
+++ b/net/http/http_transaction_test_util.h
@@ -280,6 +280,8 @@ class MockNetworkTransaction
bool done_reading_called_;
+ CompletionCallback callback_; // used for pause and restart.
jkarlin 2017/04/20 15:05:40 Perhaps a more descriptive name? Such as deferred_
+
base::WeakPtrFactory<MockNetworkTransaction> weak_factory_;
};

Powered by Google App Engine
This is Rietveld 408576698