Index: trunk/src/content/public/browser/render_view_host.h |
=================================================================== |
--- trunk/src/content/public/browser/render_view_host.h (revision 279559) |
+++ trunk/src/content/public/browser/render_view_host.h (working copy) |
@@ -210,6 +210,9 @@ |
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; |