| Index: net/http/http_transaction_factory.h
|
| diff --git a/net/http/http_transaction_factory.h b/net/http/http_transaction_factory.h
|
| index aef7e03392de18e86598ab9eb743a966db74731d..2dcb9f8dde2cfac12679a32e6d53256b13fa013a 100644
|
| --- a/net/http/http_transaction_factory.h
|
| +++ b/net/http/http_transaction_factory.h
|
| @@ -30,10 +30,6 @@ class NET_API 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
|
|
|