Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(629)

Unified Diff: chrome/browser/tab_contents/render_view_context_menu.h

Issue 7086005: Context menu for "Voice recognition options" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: No changes (Just trying to get commit-bot to wake up) Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/speech/speech_input_manager.cc ('k') | chrome/browser/tab_contents/render_view_context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698