| Index: content/public/browser/render_widget_host_view_mac_delegate.h
|
| diff --git a/content/public/browser/render_widget_host_view_mac_delegate.h b/content/public/browser/render_widget_host_view_mac_delegate.h
|
| index 976940d2cc8ea16e12129a520b9b4fc1b24b2334..c00d8bd3109183e07a0f57f5f5e916720e60e5c9 100644
|
| --- a/content/public/browser/render_widget_host_view_mac_delegate.h
|
| +++ b/content/public/browser/render_widget_host_view_mac_delegate.h
|
| @@ -31,12 +31,6 @@ class WebMouseWheelEvent;
|
| // normal processing should take place.
|
| - (BOOL)handleEvent:(NSEvent*)event;
|
|
|
| -// Notification of scroll offset pinning.
|
| -- (void)scrollOffsetPinnedToLeft:(BOOL)left toRight:(BOOL)right;
|
| -
|
| -// Notification of whether the view has a horizontal scrollbar.
|
| -- (void)setHasHorizontalScrollbar:(BOOL)has_horizontal_scrollbar;
|
| -
|
| // Provides validation of user interface items. If the return value is NO, then
|
| // the delegate is unaware of that item and |valid| is undefined. Otherwise,
|
| // |valid| contains the validity of the specified item.
|
|
|