Index: chrome/browser/ui/browser_window.h |
diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h |
index b97595202fd737ebaecc165c0eb2465754ab3643..b2755d815ee6a18c0a306a3924fe442e753872e3 100644 |
--- a/chrome/browser/ui/browser_window.h |
+++ b/chrome/browser/ui/browser_window.h |
@@ -162,6 +162,9 @@ class BrowserWindow : public BaseWindow { |
// Focuses the bookmarks toolbar (for accessibility). |
virtual void FocusBookmarksToolbar() = 0; |
+ // Focuses an infobar, if shown (for accessibility). |
+ virtual void FocusInfobars() = 0; |
+ |
// Moves keyboard focus to the next pane. |
virtual void RotatePaneFocus(bool forwards) = 0; |