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

Unified Diff: base/mac/sdk_forward_declarations.mm

Issue 564953002: Add support for dark theme in Mac Notification Center (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert back to respondsToSelector Created 6 years, 3 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
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | ui/message_center/cocoa/status_item_view.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/sdk_forward_declarations.mm
diff --git a/base/mac/sdk_forward_declarations.mm b/base/mac/sdk_forward_declarations.mm
index 22986da5352c1f9506d3fac07d343884df29be3d..5b76c8839c2861bfb545085f6018b20b3b8eac19 100644
--- a/base/mac/sdk_forward_declarations.mm
+++ b/base/mac/sdk_forward_declarations.mm
@@ -20,4 +20,6 @@ NSString* const NSWindowWillEnterFullScreenNotification =
NSString* const NSUserActivityTypeBrowsingWeb =
@"NSUserActivityTypeBrowsingWeb";
+NSString* const NSAppearanceNameVibrantDark = @"NSAppearanceNameVibrantDark";
+
#endif // MAC_OS_X_VERSION_10_10
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | ui/message_center/cocoa/status_item_view.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698