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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 1880313003: Mac File Dialogs: Remove SaveAccessoryView.xib (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
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 9cb52b9a2784863d79f6596fe45e484445cf4ba3..d1e07cdca8221bd8d26ad378fc8d1d4d47fdd871 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -70,10 +70,14 @@
@interface NSAppearance : NSObject
@end
+@interface NSStackView : NSView
+@end
+
#else
@class NSProgress;
@class NSAppearance;
+@class NSStackView;
#endif // MAC_OS_X_VERSION_10_9
@@ -491,6 +495,11 @@ BASE_EXPORT extern "C" void NSAccessibilityPostNotificationWithUserInfo(
+ (id<NSObject>)appearanceNamed:(NSString*)name;
@end
+@interface NSStackView (MavericksSDK)
++ (instancetype)stackViewWithViews:(NSArray*)views;
+@property NSEdgeInsets edgeInsets;
+@end
+
@interface CBPeripheral (MavericksSDK)
@property(readonly, nonatomic) NSUUID* identifier;
@end
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698