Index: ui/base/cocoa/base_view.h |
diff --git a/ui/base/cocoa/base_view.h b/ui/base/cocoa/base_view.h |
index 136b125a9925284a1b24592f99b3d0d43cb8a18e..4c4050268510a818287c26ff90342943dc247630 100644 |
--- a/ui/base/cocoa/base_view.h |
+++ b/ui/base/cocoa/base_view.h |
@@ -22,8 +22,6 @@ |
scoped_nsobject<NSEvent> pendingExitEvent_; |
} |
-- (id)initWithFrame:(NSRect)frame; |
- |
// Override these methods in a subclass. |
- (void)mouseEvent:(NSEvent *)theEvent; |
- (void)keyEvent:(NSEvent *)theEvent; |