refactor: add ARC scaffolding for macOS (#38621)

This commit is contained in:
Shelley Vohr 2023-06-08 10:26:33 +02:00 committed by GitHub
parent 0294debc31
commit 9a9d8ae5ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 23 deletions

View file

@ -9,10 +9,7 @@
#import "shell/browser/ui/cocoa/electron_menu_controller.h"
@interface ElectronApplicationDelegate : NSObject <NSApplicationDelegate> {
@private
base::scoped_nsobject<ElectronMenuController> menu_controller_;
}
@interface ElectronApplicationDelegate : NSObject <NSApplicationDelegate>
// Sets the menu that will be returned in "applicationDockMenu:".
- (void)setApplicationDockMenu:(electron::ElectronMenuModel*)model;