| Index: trunk/src/content/browser/renderer_host/render_view_host_impl.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_view_host_impl.h (revision 258768)
|
| +++ trunk/src/content/browser/renderer_host/render_view_host_impl.h (working copy)
|
| @@ -239,10 +239,6 @@
|
| 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;
|
|
|