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
|
@ -9,9 +9,9 @@
|
|||
#import <AVFoundation/AVFoundation.h>
|
||||
#import <LocalAuthentication/LocalAuthentication.h>
|
||||
|
||||
@interface ElectronApplication : NSApplication <CrAppProtocol,
|
||||
CrAppControlProtocol,
|
||||
NSUserActivityDelegate> {
|
||||
@interface AtomApplication : NSApplication <CrAppProtocol,
|
||||
CrAppControlProtocol,
|
||||
NSUserActivityDelegate> {
|
||||
@private
|
||||
BOOL handlingSendEvent_;
|
||||
base::scoped_nsobject<NSUserActivity> currentActivity_;
|
||||
|
@ -20,7 +20,7 @@
|
|||
base::Callback<bool()> shouldShutdown_;
|
||||
}
|
||||
|
||||
+ (ElectronApplication*)sharedApplication;
|
||||
+ (AtomApplication*)sharedApplication;
|
||||
|
||||
- (void)setShutdownHandler:(base::Callback<bool()>)handler;
|
||||
- (void)registerURLHandler;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue