| Index: base/mac/sdk_forward_declarations.h
|
| diff --git a/base/mac/sdk_forward_declarations.h b/base/mac/sdk_forward_declarations.h
|
| index 15ee94fa5c1e5f46693af9048f21063b6de724a0..9cb52b9a2784863d79f6596fe45e484445cf4ba3 100644
|
| --- a/base/mac/sdk_forward_declarations.h
|
| +++ b/base/mac/sdk_forward_declarations.h
|
| @@ -261,8 +261,6 @@ BASE_EXPORT extern NSString* const
|
| NSWindowDidChangeBackingPropertiesNotification;
|
| BASE_EXPORT extern NSString* const CBAdvertisementDataServiceDataKey;
|
| BASE_EXPORT extern NSString* const CBAdvertisementDataServiceUUIDsKey;
|
| -BASE_EXPORT extern NSString* const
|
| - NSPreferredScrollerStyleDidChangeNotification;
|
| #endif // MAC_OS_X_VERSION_10_7
|
|
|
| #if !defined(MAC_OS_X_VERSION_10_9) || \
|
| @@ -360,10 +358,6 @@ BASE_EXPORT extern NSString* const NSAppearanceNameVibrantLight;
|
| contextInfo:(void*)contextInfo;
|
| @end
|
|
|
| -@interface NSScroller (LionSDK)
|
| -+ (NSInteger)preferredScrollerStyle;
|
| -@end
|
| -
|
| @interface CWInterface (LionSDK)
|
| - (BOOL)associateToNetwork:(CWNetwork*)network
|
| password:(NSString*)password
|
|
|