| Index: chrome/browser/ui/cocoa/framed_browser_window.mm
|
| diff --git a/chrome/browser/ui/cocoa/framed_browser_window.mm b/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| index 712959ab20d5f778f1a76e79a47fbd630652106f..a2d029a624479414b0f427e876211cca5f2422b7 100644
|
| --- a/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| +++ b/chrome/browser/ui/cocoa/framed_browser_window.mm
|
| @@ -13,18 +13,6 @@
|
| #import "chrome/browser/renderer_host/render_widget_host_view_mac.h"
|
| #include "chrome/browser/themes/theme_service.h"
|
|
|
| -// Provide the forward-declarations of new 10.7 SDK symbols so they can be
|
| -// called when building with the 10.5 SDK.
|
| -#if !defined(MAC_OS_X_VERSION_10_7) || \
|
| - MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
|
| -
|
| -@interface NSWindow (LionSDKDeclarations)
|
| -- (void)toggleFullScreen:(id)sender;
|
| -@end
|
| -
|
| -#endif // MAC_OS_X_VERSION_10_7
|
| -
|
| -
|
| // Implementer's note: Moving the window controls is tricky. When altering the
|
| // code, ensure that:
|
| // - accessibility hit testing works
|
|
|