Chromium Code Reviews| 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; |
|
jam
2014/07/15 02:04:08
it's redundant to have render_view_id and render_f
miu
2014/07/15 20:37:55
I can't do the conversion in this CL. It's not as
|
| // 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 |