🔧 Allow notifications debugging (macOS)
This commit is contained in:
parent
5720a8e7d5
commit
ffd85bfaac
2 changed files with 26 additions and 1 deletions
|
@ -32,6 +32,8 @@ class CocoaNotification : public Notification {
|
|||
NSUserNotification* notification() const { return notification_; }
|
||||
|
||||
private:
|
||||
void LogAction(const char* action);
|
||||
|
||||
base::scoped_nsobject<NSUserNotification> notification_;
|
||||
int action_index_;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue