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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 1509923002: Implement native web notifications for mac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « no previous file | chrome/app/app-Info.plist » ('j') | chrome/app/generated_resources.grd » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index 44e0b8f4a6c94e254df228c8ace130d1f46413cf..b5cf4f15042e40dc7b962af264c51c787daa7060 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -52,9 +52,17 @@
@interface NSUUID : NSObject
@end
+@interface NSUserNotification : NSObject
Robert Sesek 2015/12/09 16:42:24 Do you actually need these? We now build with the
Miguel Garcia 2015/12/10 20:16:30 I think I just need the @class definitions below w
+@end
+
+@interface NSUserNotificationCenter : NSObject
+@end
+
#else
@class NSUUID;
+@class NSUserNotification;
+@class NSUserNotificationCenter;
#endif // MAC_OS_X_VERSION_10_8
« no previous file with comments | « no previous file | chrome/app/app-Info.plist » ('j') | chrome/app/generated_resources.grd » ('J')

Powered by Google App Engine
This is Rietveld 408576698