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..296404e38638d89987681b4d6a3b364a170f3ece 100644 |
--- a/chrome/browser/ui/cocoa/framed_browser_window.mm |
+++ b/chrome/browser/ui/cocoa/framed_browser_window.mm |
@@ -13,8 +13,7 @@ |
#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. |
+// Replicate specific 10.7 SDK declarations for building with prior SDKs. |
#if !defined(MAC_OS_X_VERSION_10_7) || \ |
MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7 |