| 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 f3899928e39f16221dad863a769ab4454f18520c..50e7dce308c58de7bf8ea66418d55355b4bf7739 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -492,8 +492,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnToggleFullscreen(bool enter_fullscreen);
|
| void OnDidContentsPreferredSizeChange(const gfx::Size& new_size);
|
| void OnDidChangeScrollOffset();
|
| - void OnDidChangeScrollOffsetPinningForMainFrame(bool is_pinned_to_left,
|
| - bool is_pinned_to_right);
|
| void OnPasteFromSelectionClipboard();
|
| void OnRouteCloseEvent();
|
| void OnRouteMessageEvent(const ViewMsg_PostMessage_Params& params);
|
|
|