🔧 Allow notifications debugging (macOS)

This commit is contained in:
Felix Rieseberg 2017-12-12 16:09:11 -08:00
parent 5720a8e7d5
commit ffd85bfaac
2 changed files with 26 additions and 1 deletions

View file

@ -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_;