| 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 96d4ceee0f82b27b9782627b0a783d157778de6a..98448705f3082cf8534e9628622c627ed0e0661f 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -209,6 +209,7 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| virtual void GetAudioOutputControllers(
|
| const GetAudioOutputControllersCallback& callback) const OVERRIDE;
|
| virtual void SetWebUIHandle(mojo::ScopedMessagePipeHandle handle) OVERRIDE;
|
| + virtual void SelectWordAroundCaret() OVERRIDE;
|
|
|
| #if defined(OS_ANDROID)
|
| virtual void ActivateNearestFindResult(int request_id,
|
|
|