Index: content/browser/renderer_host/test_render_view_host.h |
=================================================================== |
--- content/browser/renderer_host/test_render_view_host.h (revision 150365) |
+++ content/browser/renderer_host/test_render_view_host.h (working copy) |
@@ -69,6 +69,7 @@ |
virtual void SetTakesFocusOnlyOnMouseDown(bool flag) OVERRIDE {} |
virtual void SetWindowVisibility(bool visible) OVERRIDE {} |
virtual void WindowFrameChanged() OVERRIDE {} |
+ virtual void ShowDefinitionForSelection() OVERRIDE {} |
virtual bool SupportsSpeech() const OVERRIDE; |
virtual void SpeakSelection() OVERRIDE; |
virtual bool IsSpeaking() const OVERRIDE; |