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

Unified Diff: ui/message_center/cocoa/popup_controller.mm

Issue 322623002: Consolidate SDK forwards in sdk_forward_declarations.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nit Created 6 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
« no previous file with comments | « ui/app_list/cocoa/scroll_view_with_no_scrollbars.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/popup_controller.mm
diff --git a/ui/message_center/cocoa/popup_controller.mm b/ui/message_center/cocoa/popup_controller.mm
index 30badc79bfe10baa78139c4263e9d5c43aa73d98..0f22937b86db7790a7c9e86c6e85332157d948d6 100644
--- a/ui/message_center/cocoa/popup_controller.mm
+++ b/ui/message_center/cocoa/popup_controller.mm
@@ -13,13 +13,6 @@
#import "ui/message_center/cocoa/popup_collection.h"
#include "ui/message_center/message_center.h"
-#if !defined(MAC_OS_X_VERSION_10_7) || \
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
-enum {
- NSWindowCollectionBehaviorFullScreenAuxiliary = 1 << 8
-};
-#endif // MAC_OS_X_VERSION_10_7
-
////////////////////////////////////////////////////////////////////////////////
@interface MCPopupController (Private)
« no previous file with comments | « ui/app_list/cocoa/scroll_view_with_no_scrollbars.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698