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

Unified Diff: base/mac/sdk_forward_declarations.mm

Issue 665823002: Fix MacViews views_unittest simulate FullScreen test for 10.7+ SDKs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do something sensible when running on Snow Leopard Created 6 years, 2 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/views/cocoa/bridged_native_widget_unittest.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 06d10f2f172babb04392238a86dba4a356346151..8f774222aea8d7af34df928c65b3ca8bc953c818 100644
--- a/base/mac/sdk_forward_declarations.mm
+++ b/base/mac/sdk_forward_declarations.mm
@@ -20,12 +20,6 @@ NSString* const NSWindowDidEnterFullScreenNotification =
NSString* const NSWindowDidExitFullScreenNotification =
@"NSWindowDidExitFullScreenNotification";
-NSString* const NSWindowDidFailToEnterFullScreenNotification =
- @"NSWindowDidFailToEnterFullScreenNotification";
-
-NSString* const NSWindowDidFailToExitFullScreenNotification =
- @"NSWindowDidFailToExitFullScreenNotification";
-
#endif // MAC_OS_X_VERSION_10_7
// Replicate specific 10.10 SDK declarations for building with prior SDKs.
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | ui/views/cocoa/bridged_native_widget_unittest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698