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/06/08 16:14:10
s/callback_/resume_start_callback_/
shivanisha
2017/06/08 18:26:02
done
|
| + |
| base::WeakPtrFactory<MockNetworkTransaction> weak_factory_; |
| }; |