| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 34c0b4da21a39a7a9f5785693db36241b56a32f8..82e40f15e54ad53aaed5835f688d7e29b58308d6 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -158,9 +158,6 @@ class BrowserWindow : public BaseWindow {
|
| // Focuses the bookmarks toolbar (for accessibility).
|
| virtual void FocusBookmarksToolbar() = 0;
|
|
|
| - // Focuses the Chrome OS status view (for accessibility).
|
| - virtual void FocusChromeOSStatus() = 0;
|
| -
|
| // Moves keyboard focus to the next pane.
|
| virtual void RotatePaneFocus(bool forwards) = 0;
|
|
|
|
|