Mac: Fix cropped button in content settings bubble.
commit79fd7e76137d63daca9da5a674cac12ecb306848
authorandresantoso <andresantoso@chromium.org>
Thu, 27 Aug 2015 15:55:50 +0000 (27 08:55 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 27 Aug 2015 15:56:37 +0000 (27 15:56 +0000)
tree3aa777f6fdeba9d21eb37ae6c7a349e5d30816ed
parentd54d710794bfea792a70c50b65a1d76913dd788e
Mac: Fix cropped button in content settings bubble.

https://codereview.chromium.org/1266583003/ changed the button's title to a
longer string programmatically, which caused the button to be partially
cropped by its GTMWidthBasedTweaker superview.
Fixed by sizing the GTMWidthBasedTweaker superview instead. It will size the
button to fit and then size itself accordingly.

BUG=517397

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

Cr-Commit-Position: refs/heads/master@{#345890}
chrome/browser/ui/cocoa/content_settings/content_setting_bubble_cocoa.mm