| 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 3da659bfd29505d7f023e23db2be4aef287065dc..6e83837f3cc114e004c801572feb94db136e79c7 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -495,9 +495,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnDidChangeScrollOffsetPinningForMainFrame(bool is_pinned_to_left,
|
| bool is_pinned_to_right);
|
| void OnDidChangeNumWheelEvents(int count);
|
| -#if defined(OS_ANDROID)
|
| - void OnSelectionRootBoundsChanged(const gfx::Rect& bounds);
|
| -#endif
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
|
|