| Index: content/public/browser/speech_recognition_session_context.h
|
| diff --git a/content/public/browser/speech_recognition_session_context.h b/content/public/browser/speech_recognition_session_context.h
|
| index d092a5daf044eb8fb1252b80d98c9c243b669ccc..532a4e47e6533c899452e7d5406862dcff397dc3 100644
|
| --- a/content/public/browser/speech_recognition_session_context.h
|
| +++ b/content/public/browser/speech_recognition_session_context.h
|
| @@ -26,6 +26,7 @@ struct CONTENT_EXPORT SpeechRecognitionSessionContext {
|
|
|
| int render_process_id;
|
| int render_view_id;
|
| + int render_frame_id;
|
|
|
| // Browser plugin guest's render view id, if this context represents a speech
|
| // recognition request from an embedder on behalf of the guest. This is used
|
|
|