Chromium Code Reviews| 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(); |