| 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 f3899928e39f16221dad863a769ab4454f18520c..fe69e7188ab1bd8405f51c6fbbe40907d2c42b2b 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -209,7 +209,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| const WebPreferences& prefs) OVERRIDE;
|
| virtual void GetAudioOutputControllers(
|
| const GetAudioOutputControllersCallback& callback) const OVERRIDE;
|
| - virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
|
| virtual void SelectWordAroundCaret() OVERRIDE;
|
|
|
| #if defined(OS_ANDROID)
|
|
|