| Index: content/browser/speech/speech_input_manager.h
|
| diff --git a/content/browser/speech/speech_input_manager.h b/content/browser/speech/speech_input_manager.h
|
| index afac4427d69189065779be67286041e918c337f6..420dbbaeb3962d301d3205988c111af39f60adaa 100644
|
| --- a/content/browser/speech/speech_input_manager.h
|
| +++ b/content/browser/speech/speech_input_manager.h
|
| @@ -58,7 +58,9 @@ class SpeechInputManager : public SpeechRecognizerDelegate {
|
| const gfx::Rect& element_rect,
|
| const std::string& language,
|
| const std::string& grammar,
|
| - const std::string& origin_url);
|
| + const std::string& origin_url,
|
| + net::URLRequestContextGetter* context_getter,
|
| + bool censor_results);
|
| virtual void CancelRecognition(int caller_id);
|
| virtual void CancelAllRequestsWithDelegate(Delegate* delegate);
|
| virtual void StopRecording(int caller_id);
|
|
|