Chromium Code Reviews| Index: chrome/browser/ui/views/frame/browser_view.h |
| =================================================================== |
| --- chrome/browser/ui/views/frame/browser_view.h (revision 152392) |
| +++ chrome/browser/ui/views/frame/browser_view.h (working copy) |
| @@ -413,6 +413,10 @@ |
| // which layout is being shown and whether we are full-screen. |
| int GetOTRIconResourceID() const; |
| + views::Button* window_switcher_button() { |
|
sky
2012/08/22 13:51:48
Move this beneath the setter.
|
| + return window_switcher_button_; |
| + } |
| + |
| protected: |
| // Appends to |toolbars| a pointer to each AccessiblePaneView that |
| // can be traversed using F6, in the order they should be traversed. |