Index: content/browser/renderer_host/render_widget_host_view_mac.h |
diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h |
index 6e55b31ecd3e564337e93f930ffbe194bd388c04..6fce318915bc3206becf6b721784ec2b90c87ba6 100644 |
--- a/content/browser/renderer_host/render_widget_host_view_mac.h |
+++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
@@ -552,6 +552,7 @@ class CONTENT_EXPORT RenderWidgetHostViewMac |
// IPC message handlers. |
void OnPluginFocusChanged(bool focused, int plugin_id); |
void OnStartPluginIme(); |
+ void OnExtractedDataFromRect(const std::string& text); |
// Convert |rect| from the views coordinate (upper-left origin) into |
// the OpenGL coordinate (lower-left origin) and scale for HiDPI displays. |