Index: chrome/browser/views/info_bubble.cc |
=================================================================== |
--- chrome/browser/views/info_bubble.cc (revision 48397) |
+++ chrome/browser/views/info_bubble.cc (working copy) |
@@ -335,6 +335,8 @@ |
// We make the BorderWidget the owner of the InfoBubble HWND, so that the |
// latter is displayed on top of the former. |
WidgetWin::Init(border_->GetNativeView(), gfx::Rect()); |
+ |
+ SetWindowText(GetNativeView(), delegate_->accessible_name().c_str()); |
#elif defined(OS_LINUX) |
MakeTransparent(); |
make_transient_to_parent(); |