Chromium Code Reviews| Index: net/http/http_transaction_test_util.h |
| diff --git a/net/http/http_transaction_test_util.h b/net/http/http_transaction_test_util.h |
| index e936ac9de01d745783c1f2981d98f55df3a60664..dbd267083c227ad4faa9950a75aa467e5b4bf550 100644 |
| --- a/net/http/http_transaction_test_util.h |
| +++ b/net/http/http_transaction_test_util.h |
| @@ -280,6 +280,8 @@ class MockNetworkTransaction |
| bool done_reading_called_; |
| + CompletionCallback callback_; // used for pause and restart. |
|
jkarlin
2017/04/20 15:05:40
Perhaps a more descriptive name? Such as deferred_
|
| + |
| base::WeakPtrFactory<MockNetworkTransaction> weak_factory_; |
| }; |