Index: net/test/spawned_test_server/spawner_communicator.h |
diff --git a/net/test/spawned_test_server/spawner_communicator.h b/net/test/spawned_test_server/spawner_communicator.h |
index 445278257ab8978ead9ec696c06bde66df846af4..e70b6eadb246f18547ed878626f66ed71379561b 100644 |
--- a/net/test/spawned_test_server/spawner_communicator.h |
+++ b/net/test/spawned_test_server/spawner_communicator.h |
@@ -102,14 +102,14 @@ class SpawnerCommunicator : public URLRequest::Delegate { |
std::string* data_received); |
// URLRequest::Delegate methods. Called on the IO thread. |
- void OnResponseStarted(URLRequest* request) override; |
+ void OnResponseStarted(URLRequest* request, int net_error) override; |
void OnReadCompleted(URLRequest* request, int num_bytes) override; |
// Reads Result from the response. Called on the IO thread. |
void ReadResult(URLRequest* request); |
// Called on the IO thread upon completion of the spawner command. |
- void OnSpawnerCommandCompleted(URLRequest* request); |
+ void OnSpawnerCommandCompleted(URLRequest* request, int net_error); |
// Callback on the IO thread for time-out task of request with id |id|. |
void OnTimeout(int id); |