Index: ui/events/test/cocoa_test_event_utils.h |
diff --git a/ui/events/test/cocoa_test_event_utils.h b/ui/events/test/cocoa_test_event_utils.h |
index 3725fe1f3fa59b95a2c477709f691a62f4505aab..6c4994dbc132a450d3a6d94a6a82194950d32cc6 100644 |
--- a/ui/events/test/cocoa_test_event_utils.h |
+++ b/ui/events/test/cocoa_test_event_utils.h |
@@ -36,6 +36,8 @@ NSEvent* MouseEventAtPoint(NSPoint point, NSEventType type, |
NSUInteger modifiers); |
NSEvent* LeftMouseDownAtPoint(NSPoint point); |
NSEvent* LeftMouseDownAtPointInWindow(NSPoint point, NSWindow* window); |
+NSEvent* RightMouseDownAtPoint(NSPoint point); |
+NSEvent* RightMouseDownAtPointInWindow(NSPoint point, NSWindow* window); |
// Return a mouse down and an up event with the given |clickCount| at |
// |view|'s midpoint. |