| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 9f60262c83675f166d9c0f19b2c2940ff00f24d1..dce61ad5b7e785dd2090007a378e36d20677ab31 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -76,8 +76,6 @@ extern "C" {
|
| #if !defined(MAC_OS_X_VERSION_10_10) || \
|
| MAC_OS_X_VERSION_MIN_REQUIRED < MAC_OS_X_VERSION_10_10
|
| BASE_EXPORT extern NSString* const NSUserActivityTypeBrowsingWeb;
|
| -BASE_EXPORT extern NSString* const NSAppearanceNameVibrantDark;
|
| -BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| #endif // MAC_OS_X_VERSION_10_10
|
| } // extern "C"
|
|
|
| @@ -110,10 +108,6 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| - (void)viewDidLoad;
|
| @end
|
|
|
| -@interface NSWindow (YosemiteSDK)
|
| -- (void)setTitlebarAppearsTransparent:(BOOL)flag;
|
| -@end
|
| -
|
| @interface NSProcessInfo (YosemiteSDK)
|
| @property(readonly) NSOperatingSystemVersion operatingSystemVersion;
|
| @end
|
| @@ -122,12 +116,6 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| @property(getter=isActive) BOOL active;
|
| @end
|
|
|
| -@interface NSVisualEffectView (YosemiteSDK)
|
| -- (void)setState:(NSVisualEffectState)state;
|
| -@end
|
| -
|
| -@class NSVisualEffectView;
|
| -
|
| #endif // MAC_OS_X_VERSION_10_10
|
|
|
| // Once Chrome no longer supports OSX 10.10.2, everything within this
|
|
|