Index: chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
diff --git a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
index a19cc33612f8b1a5e322185eb95e888107797b88..e66dbcc9984ed0b105802c87c39e0e204cfc92c8 100644 |
--- a/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
+++ b/chrome/browser/ui/cocoa/panels/panel_window_controller_cocoa.h |
@@ -125,8 +125,6 @@ class PanelCocoa; |
// Returns true if Panel requested activation of the window. |
- (BOOL)activationRequestedByPanel; |
-- (void)ensureFullyVisible; |
- |
// Adjust NSStatusWindowLevel based on whether panel is always on top |
// and whether the panel is minimized. The first version wraps the second |
// version using the current panel expanstion state. |