Index: content/browser/frame_host/render_frame_host_impl.h |
diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
index 97e1d024c2678eccf6825098e636b72b4f00e246..6492f386a9d288e00f4a3900aef25d870eac376b 100644 |
--- a/content/browser/frame_host/render_frame_host_impl.h |
+++ b/content/browser/frame_host/render_frame_host_impl.h |
@@ -80,6 +80,8 @@ class CONTENT_EXPORT RenderFrameHostImpl |
virtual void ExecuteJavaScript( |
const base::string16& javascript, |
const JavaScriptResultCallback& callback) OVERRIDE; |
+ virtual void ExecuteJavaScriptForTests( |
+ const base::string16& javascript) OVERRIDE; |
virtual RenderViewHost* GetRenderViewHost() OVERRIDE; |
virtual ServiceRegistry* GetServiceRegistry() OVERRIDE; |