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

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

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.h
===================================================================
--- chrome/browser/views/info_bubble.h (revision 48397)
+++ chrome/browser/views/info_bubble.h (working copy)
@@ -163,6 +163,9 @@
// However, if the bubble appears as a notification that something happened
// in the background, we use FadeIn.
virtual bool FadeInOnShow() = 0;
+
+ // The name of the window to which this delegate belongs.
+ virtual std::wstring accessible_name() { return L""; }
};
// TODO(sky): this code is ifdef-tastic. It might be cleaner to refactor the

Powered by Google App Engine
This is Rietveld 408576698