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

Unified Diff: net/http/http_transaction_unittest.h

Issue 7043007: Kill URLRequestJobTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge. Created 9 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
« no previous file with comments | « net/http/http_transaction_factory.h ('k') | net/http/http_transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction_unittest.h
diff --git a/net/http/http_transaction_unittest.h b/net/http/http_transaction_unittest.h
index 0a11bb52602092f3cfaaa0a4376ea9713eb3a39b..12c61dfaff1e01435170c4125be6a076347fcec6 100644
--- a/net/http/http_transaction_unittest.h
+++ b/net/http/http_transaction_unittest.h
@@ -204,7 +204,6 @@ class MockNetworkLayer : public net::HttpTransactionFactory {
virtual int CreateTransaction(scoped_ptr<net::HttpTransaction>* trans);
virtual net::HttpCache* GetCache();
virtual net::HttpNetworkSession* GetSession();
- virtual void Suspend(bool suspend);
private:
int transaction_count_;
« no previous file with comments | « net/http/http_transaction_factory.h ('k') | net/http/http_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698