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

Unified Diff: content/public/browser/render_widget_host_view.h

Issue 10830176: [Mac]: Make dictionary context menu item use system settings for whether to launch Dictionary.app o… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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: content/public/browser/render_widget_host_view.h
===================================================================
--- content/public/browser/render_widget_host_view.h (revision 149502)
+++ content/public/browser/render_widget_host_view.h (working copy)
@@ -123,6 +123,9 @@
// Informs the view that its containing window's frame changed.
virtual void WindowFrameChanged() = 0;
+
+ // Brings up the dictionary showing a definition for the selected text.
+ virtual void ShowDefinitionForSelection() = 0;
#endif // defined(OS_MACOSX)
#if defined(TOOLKIT_GTK)

Powered by Google App Engine
This is Rietveld 408576698