Index: chrome/browser/ui/cocoa/panels/panel_cocoa.mm |
diff --git a/chrome/browser/ui/cocoa/panels/panel_cocoa.mm b/chrome/browser/ui/cocoa/panels/panel_cocoa.mm |
index 0114668ed70ed87e1918aad9e95d399d1c1a4bd1..9ab696e3355fd06cb4da613fae56e597e8221916 100644 |
--- a/chrome/browser/ui/cocoa/panels/panel_cocoa.mm |
+++ b/chrome/browser/ui/cocoa/panels/panel_cocoa.mm |
@@ -16,15 +16,6 @@ |
using content::NativeWebKeyboardEvent; |
using content::WebContents; |
-namespace { |
- |
-// Use this instead of 0 for minimum size of a window when doing opening and |
-// closing animations, since OSX window manager does not like 0-sized windows |
-// (according to avi@). |
-const int kMinimumWindowSize = 1; |
- |
-} // namespace |
- |
// This creates a shim window class, which in turn creates a Cocoa window |
// controller which in turn creates actual NSWindow by loading a nib. |
// Overall chain of ownership is: |