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