| Index: chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| diff --git a/chrome/browser/ui/cocoa/status_bubble_mac.mm b/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| index 1d05d9899e34acb7d6703fb9e3c428b2c3876f1c..0dcac6cd41bd18a14fb93c3013b6151552d63001 100644
|
| --- a/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| +++ b/chrome/browser/ui/cocoa/status_bubble_mac.mm
|
| @@ -377,6 +377,10 @@ void StatusBubbleMac::Create() {
|
|
|
| [window_ setAlphaValue:0.0];
|
|
|
| + // TODO(dtseng): Ignore until we provide NSAccessibility support.
|
| + [window_ accessibilitySetOverrideValue:NSAccessibilityUnknownRole
|
| + forAttribute:NSAccessibilityRoleAttribute];
|
| +
|
| // Set a delegate for the fade-in and fade-out transitions to be notified
|
| // when fades are complete. The ownership model is for window_ to own
|
| // animation_dictionary, which owns animation, which owns
|
|
|