Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5444)

Unified Diff: chrome/browser/ui/cocoa/notifications/notification_builder_mac.h

Issue 2065943002: Abstract notification clicks in its own dictionary (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/cocoa/notifications/notification_builder_mac.h
diff --git a/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h b/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h
index baa183311f6a0dae269b7a284160d8cb4362ef68..c9d5042b5c3d4b0651ed35e9c0d5341f88461958 100644
--- a/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h
+++ b/chrome/browser/ui/cocoa/notifications/notification_builder_mac.h
@@ -11,15 +11,6 @@
@class NSUserNotification;
-namespace notification_builder {
-
-extern NSString* const kNotificationOrigin;
-extern NSString* const kNotificationId;
-extern NSString* const kNotificationProfileId;
-extern NSString* const kNotificationIncognito;
-
-} // notification_builder
-
// Provides a marshallable way for storing the information required to construct
// a NSUSerNotification that is to be displayed on the system.
//
« no previous file with comments | « chrome/browser/ui/cocoa/notifications/BUILD.gn ('k') | chrome/browser/ui/cocoa/notifications/notification_builder_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698