| 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 d810b749cec778faa5037db2bee571ef9cb45b5d..7db9a2a0ad0c2bcae63dd8047a79adf50ed0b2ef 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -220,6 +220,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const WebPreferences& prefs) OVERRIDE;
|
| virtual void GetAudioOutputControllers(
|
| const GetAudioOutputControllersCallback& callback) const OVERRIDE;
|
| + virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
|
|
|
| #if defined(OS_ANDROID)
|
| virtual void ActivateNearestFindResult(int request_id,
|
| @@ -229,10 +230,6 @@ 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;
|
|
|