Index: content/browser/renderer_host/render_view_host_impl.h |
diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h |
index 276bdf4c19d4d329675410b0e741bb750ec84662..c01129600c2bbb597451ae8efc72fd61ff36e922 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -223,6 +223,8 @@ class CONTENT_EXPORT RenderViewHostImpl |
delegate_ = d; |
} |
+ void SelectForSearch(); |
+ |
// Set up the RenderView child process. Virtual because it is overridden by |
// TestRenderViewHost. If the |frame_name| parameter is non-empty, it is used |
// as the name of the new top-level frame. |