| Index: content/test/mock_google_streaming_server.cc
|
| diff --git a/content/test/mock_google_streaming_server.cc b/content/test/mock_google_streaming_server.cc
|
| index b79ae0dd663ad98848cec47001857c23bee93025..04a3c9c3dafdbe18990a38b7ff603993d51f98fc 100644
|
| --- a/content/test/mock_google_streaming_server.cc
|
| +++ b/content/test/mock_google_streaming_server.cc
|
| @@ -137,7 +137,7 @@ void MockGoogleStreamingServer::SimulateServerResponse(
|
| net::URLRequestStatus::FromError(success ? net::OK : net::ERR_FAILED));
|
| fetcher->set_response_code(success ? 200 : 500);
|
| fetcher->SetResponseString(http_response);
|
| - fetcher->delegate()->OnURLFetchDownloadProgress(fetcher, 0, 0);
|
| + fetcher->delegate()->OnURLFetchDownloadProgress(fetcher, 0, 0, 0);
|
| }
|
|
|
| // Can return NULL if the SpeechRecognizer has not requested the connection yet.
|
|
|