| OLD | NEW |
| 1 // Copyright 2013 The Chromium Authors. All rights reserved. | 1 // Copyright 2013 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_
SWIPER_ | 5 #ifndef CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_
SWIPER_H_ |
| 6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_
SWIPER_ | 6 #define CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTORY_
SWIPER_H_ |
| 7 | 7 |
| 8 #import <Cocoa/Cocoa.h> | 8 #import <Cocoa/Cocoa.h> |
| 9 | 9 |
| 10 namespace blink { | 10 namespace blink { |
| 11 class WebGestureEvent; | 11 class WebGestureEvent; |
| 12 class WebMouseWheelEvent; | 12 class WebMouseWheelEvent; |
| 13 } | 13 } |
| 14 | 14 |
| 15 @class HistorySwiper; | 15 @class HistorySwiper; |
| 16 @protocol HistorySwiperDelegate | 16 @protocol HistorySwiperDelegate |
| (...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 203 | 203 |
| 204 @property (nonatomic, assign) id<HistorySwiperDelegate> delegate; | 204 @property (nonatomic, assign) id<HistorySwiperDelegate> delegate; |
| 205 | 205 |
| 206 @end | 206 @end |
| 207 | 207 |
| 208 // Exposed only for unit testing, do not call directly. | 208 // Exposed only for unit testing, do not call directly. |
| 209 @interface HistorySwiper (PrivateExposedForTesting) | 209 @interface HistorySwiper (PrivateExposedForTesting) |
| 210 + (void)resetMagicMouseState; | 210 + (void)resetMagicMouseState; |
| 211 @end | 211 @end |
| 212 | 212 |
| 213 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTOR
Y_SWIPER_ | 213 #endif // CHROME_BROWSER_RENDERER_HOST_CHROME_RENDER_WIDGET_HOST_VIEW_MAC_HISTOR
Y_SWIPER_H_ |
| OLD | NEW |