| Index: chrome/browser/speech/speech_recognition_request.h
|
| diff --git a/chrome/browser/speech/speech_recognition_request.h b/chrome/browser/speech/speech_recognition_request.h
|
| index d567541c453fe0d7db18a98e2058ebe80d3fb82c..89beed19c6cef093cb24aadbf28318ea934c673d 100644
|
| --- a/chrome/browser/speech/speech_recognition_request.h
|
| +++ b/chrome/browser/speech/speech_recognition_request.h
|
| @@ -44,7 +44,8 @@ class SpeechRecognitionRequest : public URLFetcher::Delegate {
|
| // Sends a new request with the given audio data, returns true if successful.
|
| // The same object can be used to send multiple requests but only after the
|
| // previous request has completed.
|
| - bool Send(const std::string& grammar,
|
| + bool Send(const std::string& language,
|
| + const std::string& grammar,
|
| const std::string& content_type,
|
| const std::string& audio_data);
|
|
|
|
|