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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 320393005: Close the bubble when entering full screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch2 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
Index: base/mac/sdk_forward_declarations.h
diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
index 1148e3673f002eaf5482a6135a41b8819ab80032..cdb747b697e2e37f8da5c15af0a073742451888e 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -177,8 +177,9 @@ enum CWChannelBand {
- (IOReturn)performSDPQuery:(id)target uuids:(NSArray*)uuids;
@end
-#endif // MAC_OS_X_VERSION_10_7
+extern NSString* const NSWindowWillEnterFullScreenNotification;
+#endif // MAC_OS_X_VERSION_10_7
#if !defined(MAC_OS_X_VERSION_10_8) || \
MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_8

Powered by Google App Engine
This is Rietveld 408576698