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 fc7c9333ba45442df368814b5af605ff773e526f..7409ed1862ae4b7753b93b968705ba0a42a77057 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) |