| Index: trunk/src/content/browser/renderer_host/render_view_host_impl.h
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/render_view_host_impl.h (revision 279559)
|
| +++ trunk/src/content/browser/renderer_host/render_view_host_impl.h (working copy)
|
| @@ -209,6 +209,7 @@
|
| 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)
|
|
|