| Index: content/browser/speech/speech_recognition_dispatcher_host.cc
|
| diff --git a/content/browser/speech/speech_recognition_dispatcher_host.cc b/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| index 4d0dfd773fb4adf5095d2ef6fb80005b07723395..04d69778e68bf126a0bf55a87af499ed6b71ba8a 100644
|
| --- a/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| +++ b/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| @@ -73,9 +73,11 @@ void SpeechRecognitionDispatcherHost::OnStartRequest(
|
| const SpeechRecognitionHostMsg_StartRequest_Params& params) {
|
|
|
| SpeechRecognitionSessionContext context;
|
| + context.context_name = params.origin_url;
|
| context.render_process_id = render_process_id_;
|
| context.render_view_id = params.render_view_id;
|
| context.request_id = params.request_id;
|
| + context.requested_by_page_element = false;
|
|
|
| SpeechRecognitionSessionConfig config;
|
| config.is_one_shot = params.is_one_shot;
|
|
|