| Index: chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
| diff --git a/chrome/browser/ui/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
| index 6a0189c4c2dc3e4e84d825491f544847255241d5..aa4aed635dfa251d090eb1f03be0fcbf46aec577 100644
|
| --- a/chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
| +++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.h
|
| @@ -94,7 +94,7 @@ class PanelBrowserWindowCocoa;
|
| - (PanelTitlebarViewCocoa*)titlebarView;
|
| // Returns the height of titlebar, used to show the titlebar in
|
| // "Draw Attention" state.
|
| -- (int)titlebarHeightInScreeenCoordinates;
|
| +- (int)titlebarHeightInScreenCoordinates;
|
|
|
| // Invoked when user clicks on the titlebar. Flips Minimized/Restored states.
|
| - (void)flipExpansionState;
|
|
|