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

Unified Diff: net/http/http_transaction_factory.h

Issue 7043007: Kill URLRequestJobTracker. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows build. 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
Index: net/http/http_transaction_factory.h
diff --git a/net/http/http_transaction_factory.h b/net/http/http_transaction_factory.h
index e4578287b771130032762dffab65aa038410f2d7..9254423281b569dcb0a2724538503e7a3ac97551 100644
--- a/net/http/http_transaction_factory.h
+++ b/net/http/http_transaction_factory.h
@@ -29,10 +29,6 @@ class HttpTransactionFactory {
// Returns the associated HttpNetworkSession used by new transactions.
virtual HttpNetworkSession* GetSession() = 0;
-
- // Suspends the creation of new transactions. If |suspend| is false, creation
- // of new transactions is resumed.
- virtual void Suspend(bool suspend) = 0;
};
} // namespace net

Powered by Google App Engine
This is Rietveld 408576698