Index: chrome/browser/ui/cocoa/browser_window_controller.h |
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h |
index 51b265afa3953dee2695f51750748450119249fa..247b5a0e9df1cc2bbe683e852171ebd87931eb4c 100644 |
--- a/chrome/browser/ui/cocoa/browser_window_controller.h |
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h |
@@ -168,9 +168,6 @@ class Command; |
// The Extension Command Registry used to determine which keyboard events to |
// handle. |
scoped_ptr<ExtensionKeybindingRegistryCocoa> extension_keybinding_registry_; |
- |
- // The number of overlapped views being shown. |
- NSUInteger overlappedViewCount_; |
} |
// A convenience class method which gets the |BrowserWindowController| for a |
@@ -352,20 +349,6 @@ class Command; |
returnCode:(NSInteger)code |
context:(void*)context; |
-// Called when the find bar visibility changes. This is used to update the |
-// allowOverlappingViews state. |
-- (void)onFindBarVisibilityChanged; |
- |
-// Called when an overlapped view is shown. This is used to update the |
-// allowOverlappingViews state. Currently used for history overlay and |
-// confirm bubble. |
-- (void)onOverlappedViewShown; |
- |
-// Called when a history overlay is hidden. This is used to update the |
-// allowOverlappingViews state. Currently used for history overlay and |
-// confirm bubble. |
-- (void)onOverlappedViewHidden; |
- |
// Executes the command registered by the extension that has the given id. |
- (void)executeExtensionCommand:(const std::string&)extension_id |
command:(const extensions::Command&)command; |