| Index: content/public/browser/render_view_host.h
|
| diff --git a/content/public/browser/render_view_host.h b/content/public/browser/render_view_host.h
|
| index 559c0ef4c69de1b91464fa869ee3fbbaae38edf9..fcc81c04a93a2f1eb2e2d27c20f1523d49dc6504 100644
|
| --- a/content/public/browser/render_view_host.h
|
| +++ b/content/public/browser/render_view_host.h
|
| @@ -210,9 +210,6 @@ class CONTENT_EXPORT RenderViewHost : virtual public RenderWidgetHost {
|
| virtual void GetAudioOutputControllers(
|
| const GetAudioOutputControllersCallback& callback) const = 0;
|
|
|
| - // Sets the mojo handle for WebUI pages.
|
| - virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) = 0;
|
| -
|
| // Notify the render view host to select the word around the caret.
|
| virtual void SelectWordAroundCaret() = 0;
|
|
|
|
|