Fix log spam on 10.6 due to NSWindowFullScreenButton.
commit34f8293d798313b84fd29ca804a8c50a797dc55f
authorasvitkine <asvitkine@chromium.org>
Fri, 6 Feb 2015 19:53:19 +0000 (6 11:53 -0800)
committerCommit bot <commit-bot@chromium.org>
Fri, 6 Feb 2015 19:54:15 +0000 (6 19:54 +0000)
treef9b5edf47d3ec9d0a6ec2e458335cc6056251a35
parent2d2ac36ec2f96b234961e30e396f7d31a08207ce
Fix log spam on 10.6 due to NSWindowFullScreenButton.

NSWindowFullScreenButton is a 10.7 addition and calling
-standardWindowButton: with it on 10.6 results in log
spam of the form:

"unrecognized button type 7"

BUG=none

Review URL: https://codereview.chromium.org/905803002

Cr-Commit-Position: refs/heads/master@{#315089}
chrome/browser/ui/cocoa/browser_window_controller_private.mm