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

Unified Diff: base/mac/sdk_forward_declarations.h

Issue 2816743006: [Mac] Fullscreen Touch Bar Support (Closed)
Patch Set: Moved ScopedFeatureList 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 2c3d506742aaaa39dde71e99ebeca5720f5648af..bcfba9bad8d65ad38c74f8f4bc1b98c15898d233 100644
--- a/base/mac/sdk_forward_declarations.h
+++ b/base/mac/sdk_forward_declarations.h
@@ -247,6 +247,11 @@ BASE_EXPORT extern NSString* const CIDetectorTypeText;
action:(SEL)action;
@end
+@interface NSTextField (SierraPointOneSDK)
++ (instancetype)labelWithAttributedString:
+ (NSAttributedString*)attributedStringValue;
+@end
+
@interface NSApplication (SierraPointOneSDK)
@property BOOL automaticCustomizeTouchBarMenuItemEnabled;
@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