[39364/40640] OBJCXX obj/chrome/test/browser_tests/browsercrapplication+applescript_test.o
../../chrome/browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm:113:59: warning: 'title' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
EXPECT_NSEQ(@"Other Bookmarks", [[NSApp otherBookmarks] title]);
^
/Users/erikchen/projects/osx_sdks/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:72:1: note: 'title' has been explicitly marked deprecated here
- (NSString *)title NS_DEPRECATED_MAC(10_0, 10_9);
^
../../chrome/browser/ui/cocoa/applescript/browsercrapplication+applescript_test.mm:114:55: warning: 'title' is deprecated: first deprecated in macOS 10.9 [-Wdeprecated-declarations]
EXPECT_NSEQ(@"Bookmarks Bar", [[NSApp bookmarksBar] title]);
^
/Users/erikchen/projects/osx_sdks/MacOSX10.10.sdk/System/Library/Frameworks/AppKit.framework/Headers/NSSliderCell.h:72:1: note: 'title' has been explicitly marked deprecated here
- (NSString *)title NS_DEPRECATED_MAC(10_0, 10_9);
^
Comment 1 by bugdroid1@chromium.org
, Oct 12 2016