Index: content/browser/renderer_host/render_view_host.h |
diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h |
index a20ae50bfa309c25fadd2728251b0336fa3b84ac..c4b838bb2962023b645e020359aa4a7259583eac 100644 |
--- a/content/browser/renderer_host/render_view_host.h |
+++ b/content/browser/renderer_host/render_view_host.h |
@@ -262,6 +262,9 @@ class RenderViewHost : public RenderWidgetHost { |
void Delete(); |
void SelectAll(); |
+ // Open Speech Input help page in a new tab. |
+ void SpeechInputAbout(); |
+ |
// Notifies the RenderView that the JavaScript message that was shown was |
// closed by the user. |
void JavaScriptDialogClosed(IPC::Message* reply_msg, |