fix: revert {Atom => Electron}Application rename (#22206)
This commit is contained in:
parent
e0c0875d6f
commit
8045152e59
7 changed files with 28 additions and 30 deletions
|
@ -29,16 +29,16 @@ inline void dispatch_sync_main(dispatch_block_t block) {
|
|||
|
||||
} // namespace
|
||||
|
||||
@interface ElectronApplication () <NativeEventProcessor> {
|
||||
@interface AtomApplication () <NativeEventProcessor> {
|
||||
base::ObserverList<content::NativeEventProcessorObserver>::Unchecked
|
||||
observers_;
|
||||
}
|
||||
@end
|
||||
|
||||
@implementation ElectronApplication
|
||||
@implementation AtomApplication
|
||||
|
||||
+ (ElectronApplication*)sharedApplication {
|
||||
return (ElectronApplication*)[super sharedApplication];
|
||||
+ (AtomApplication*)sharedApplication {
|
||||
return (AtomApplication*)[super sharedApplication];
|
||||
}
|
||||
|
||||
- (void)terminate:(id)sender {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue