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

Unified Diff: net/http/http_stream_factory_test_util.h

Issue 1952423002: JobController 2: Remove reference between HttpStreamFactoryImpl::Jobs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Job_Controller_1
Patch Set: move resume logic up to controller Created 4 years, 6 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_stream_factory_test_util.h
diff --git a/net/http/http_stream_factory_test_util.h b/net/http/http_stream_factory_test_util.h
index d257b00a5cb416e134f09ea312b8fab15fb7b7e5..f0892276a333e342a61890eab0328c6807053307 100644
--- a/net/http/http_stream_factory_test_util.h
+++ b/net/http/http_stream_factory_test_util.h
@@ -117,6 +117,8 @@ class MockHttpStreamFactoryImplJob : public HttpStreamFactoryImpl::Job {
MOCK_METHOD1(Start, void(HttpStreamRequest::StreamType stream_type));
+ MOCK_METHOD1(Resume, void(const base::TimeDelta& delay));
+
MOCK_METHOD1(MarkOtherJobComplete, void(const Job& job));
MOCK_METHOD0(Orphan, void());

Powered by Google App Engine
This is Rietveld 408576698