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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2814683005: [Mac] Support for Touch Bar Customization (Closed)
Patch Set: Fix the identifier format Created 3 years, 8 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 86fac9c27687282ee584a57b312607e688e6cc4a..2c3d506742aaaa39dde71e99ebeca5720f5648af 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -187,6 +187,7 @@ BASE_EXPORT extern NSString* const CIDetectorTypeText;
@interface NSObject (ElCapitanSDK)
- (NSLayoutConstraint*)constraintEqualToConstant:(CGFloat)c;
+- (NSLayoutConstraint*)constraintGreaterThanOrEqualToConstant:(CGFloat)c;
@end
@interface NSView (ElCapitanSDK)
@@ -246,6 +247,10 @@ BASE_EXPORT extern NSString* const CIDetectorTypeText;
action:(SEL)action;
@end
+@interface NSApplication (SierraPointOneSDK)
+@property BOOL automaticCustomizeTouchBarMenuItemEnabled;
+@end
+
#endif // MAC_OS_X_VERSION_10_12_1
// ----------------------------------------------------------------------------
« 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