| Index: content/browser/speech/speech_recognition_dispatcher_host.h
|
| ===================================================================
|
| --- content/browser/speech/speech_recognition_dispatcher_host.h (revision 286375)
|
| +++ content/browser/speech/speech_recognition_dispatcher_host.h (working copy)
|
| @@ -73,6 +73,7 @@
|
| bool filter_profanities);
|
| void OnAbortRequest(int render_view_id, int request_id);
|
| void OnStopCaptureRequest(int render_view_id, int request_id);
|
| + void OnAbortAllRequests(int render_view_id);
|
|
|
| bool is_guest_;
|
| int render_process_id_;
|
|
|