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 fd5145153a978399f96cc3321f39187df46df3d1..4e2f78a411e2a4faeb5351a9da471a67b61ef2e1 100644 |
--- a/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
+++ b/chrome/browser/ui/panels/panel_window_controller_cocoa.h |
@@ -52,7 +52,6 @@ class PanelBrowserWindowCocoa; |
NSViewAnimation* boundsAnimation_; // Lifetime controlled manually, needs |
// more then just |release| to terminate. |
BOOL animateOnBoundsChange_; |
- ScopedCrTrackingArea windowTrackingArea_; |
BOOL throbberShouldSpin_; |
BOOL playingMinimizeAnimation_; |
float animationStopToShowTitlebarOnly_; |
@@ -122,9 +121,6 @@ class PanelBrowserWindowCocoa; |
// "chrome/app/chrome_command_ids.h" file. |
- (void)executeCommand:(int)command; |
-// Invokes the settings menu when the settings button is pressed. |
-- (void)runSettingsMenu:(NSView*)button; |
- |
// NSAnimationDelegate method, invoked when bounds animation is finished. |
- (void)animationDidEnd:(NSAnimation*)animation; |
// Terminates current bounds animation, if any. |