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 243a9c3e1dc798c6fcd4eb73d97a10e8cac514c0..050edc030717b1358ad23ad23748bb78afd0d60d 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -239,6 +239,10 @@ class CONTENT_EXPORT RenderViewHostImpl |
virtual void DisableFullscreenEncryptedMediaPlayback() OVERRIDE; |
#endif |
+#if defined(USE_MOJO) |
+ virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE; |
+#endif |
+ |
void set_delegate(RenderViewHostDelegate* d) { |
CHECK(d); // http://crbug.com/82827 |
delegate_ = d; |