Index: content/public/browser/render_widget_host.h |
=================================================================== |
--- content/public/browser/render_widget_host.h (revision 148651) |
+++ content/public/browser/render_widget_host.h (working copy) |
@@ -122,6 +122,7 @@ |
virtual void PasteAndMatchStyle() = 0; |
virtual void Delete() = 0; |
virtual void SelectAll() = 0; |
+ virtual void SpeakSelection() = 0; |
// Update the text direction of the focused input element and notify it to a |
// renderer process. |