| 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 5f7344f7f5b86bf62edd417cbaef128d4e4f9bce..204d31ce3d840f09dc28297a9770340208af87f1 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)
|
|
|