Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2183)

Unified Diff: chrome/browser/views/info_bubble.cc

Issue 2338001: Add accessible_name property for info bubbles (so far added name to bookmark ... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
« chrome/browser/views/bookmark_bubble_view.h ('K') | « chrome/browser/views/info_bubble.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698