* thread #1: tid = 0x139e4d, 0x00007fff830d8851 AppKit`-[NSWindow setFrame:display:], name = 'CrBrowserMain', queue = 'com.apple.main-thread', stop reason = breakpoint 1.1
* frame #0: 0x00007fff830d8851 AppKit`-[NSWindow setFrame:display:]
frame #1: 0x00000001057f2e7f libchrome_main_dll.dylib`BrowserWindowCocoa::SetBounds(this=0x000000010041efa0, bounds=0x00007fff5fbf9c10) + 879 at browser_window_cocoa.mm:218
frame #2: 0x00000001057faff4 libchrome_main_dll.dylib`-[BrowserWindowController initWithBrowser:takeOwnership:](self=0x000000013febb010, _cmd="initWithBrowser:takeOwnership:", browser=0x000000013febea00, ownIt=YES) + 2308 at browser_window_controller.mm:297
frame #3: 0x00000001057fa6be libchrome_main_dll.dylib`-[BrowserWindowController initWithBrowser:](self=0x000000013febb010, _cmd="initWithBrowser:", browser=0x000000013febea00) + 62 at browser_window_controller.mm:218
(lldb) print cocoa_bounds
(NSRect) $0 = (origin = (x = 0, y = 68), size = (width = 1680, height = 959))
These are the same dimensions for screen.availWidth and screen.availHeight.
Robert