Don't add an aura tooltip to bubble close buttons on Windows.
commit5c30d9f20cde79aff3ae8d90c8e1909e351bea44
authorbenwells <benwells@chromium.org>
Wed, 8 Apr 2015 03:20:02 +0000 (7 20:20 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 8 Apr 2015 03:20:41 +0000 (8 03:20 +0000)
tree8c64d04b0c947bc99cb22942b370749cc90879d7
parent43a5cac4ee2819eb822485b6953b6929896503d2
Don't add an aura tooltip to bubble close buttons on Windows.

The Windows system automatically adds a tooltip to these buttons as the button returns HTCLOSE when nc hit tested. If we add the aura tooltip as well there are two tooltips shown.

BUG=471981

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

Cr-Commit-Position: refs/heads/master@{#324183}
ui/views/bubble/bubble_frame_view.cc