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

Unified Diff: chrome/browser/views/bookmark_bubble_view.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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/views/bookmark_bubble_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bubble_view.h
===================================================================
--- chrome/browser/views/bookmark_bubble_view.h (revision 48397)
+++ chrome/browser/views/bookmark_bubble_view.h (working copy)
@@ -123,6 +123,7 @@
bool closed_by_escape);
virtual bool CloseOnEscape();
virtual bool FadeInOnShow() { return false; }
+ virtual std::wstring accessible_name();
dmazzoni 2010/06/01 14:14:58 You inadvertantly grouped this with InfoDelegate m
// Closes the bubble.
void Close();
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/views/bookmark_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698