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 |