diff --git a/brightray/browser/mac/bry_application.h b/brightray/browser/mac/bry_application.h deleted file mode 100644 index 98594861496b..000000000000 --- a/brightray/browser/mac/bry_application.h +++ /dev/null @@ -1,7 +0,0 @@ -#import "base/mac/scoped_sending_event.h" - -@interface BRYApplication : NSApplication { - BOOL _handlingSendEvent; -} - -@end diff --git a/brightray/browser/mac/bry_application.mm b/brightray/browser/mac/bry_application.mm deleted file mode 100644 index aca8392bc35c..000000000000 --- a/brightray/browser/mac/bry_application.mm +++ /dev/null @@ -1,19 +0,0 @@ -#import "bry_application.h" - -@interface BRYApplication () - -@property (nonatomic, assign, getter = isHandlingSendEvent) BOOL handlingSendEvent; - -@end - -@implementation BRYApplication - -@synthesize handlingSendEvent = _handlingSendEvent; - -- (void)sendEvent:(NSEvent *)theEvent -{ - base::mac::ScopedSendingEvent scopedSendingEvent; - [super sendEvent:theEvent]; -} - -@end diff --git a/brightray/filenames.gypi b/brightray/filenames.gypi index b7d44013b847..054e20a4bc6c 100644 --- a/brightray/filenames.gypi +++ b/brightray/filenames.gypi @@ -29,8 +29,6 @@ 'browser/inspectable_web_contents_view.h', 'browser/inspectable_web_contents_view_mac.h', 'browser/inspectable_web_contents_view_mac.mm', - 'browser/mac/bry_application.h', - 'browser/mac/bry_application.mm', 'browser/mac/bry_inspectable_web_contents_view.h', 'browser/mac/bry_inspectable_web_contents_view.mm', 'browser/mac/cocoa_notification.h',