| Index: chrome/browser/tab_contents/render_view_context_menu.h
 | 
| diff --git a/chrome/browser/tab_contents/render_view_context_menu.h b/chrome/browser/tab_contents/render_view_context_menu.h
 | 
| index daffdfd54b7d91ec95896f3ffcb2337f0be42518..31bb1f16dba5f7b978f6e5f6a443b60b08f27b47 100644
 | 
| --- a/chrome/browser/tab_contents/render_view_context_menu.h
 | 
| +++ b/chrome/browser/tab_contents/render_view_context_menu.h
 | 
| @@ -111,6 +111,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate {
 | 
|    void AppendSearchProvider();
 | 
|    void AppendAllExtensionItems();
 | 
|    void AppendSpellcheckOptionsSubMenu();
 | 
| +  void AppendSpeechInputOptionsSubMenu();
 | 
|    // Add writing direction sub menu (only used on Mac).
 | 
|    void AppendBidiSubMenu();
 | 
|    void AppendProtocolHandlerSubMenu();
 | 
| @@ -163,6 +164,7 @@ class RenderViewContextMenu : public ui::SimpleMenuModel::Delegate {
 | 
|    GURL selection_navigation_url_;
 | 
|  
 | 
|    ui::SimpleMenuModel spellcheck_submenu_model_;
 | 
| +  ui::SimpleMenuModel speech_input_submenu_model_;
 | 
|    ui::SimpleMenuModel bidi_submenu_model_;
 | 
|    ui::SimpleMenuModel protocol_handler_submenu_model_;
 | 
|    ScopedVector<ui::SimpleMenuModel> extension_menu_models_;
 | 
| 
 |