Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(645)

Unified Diff: content/browser/theme_helper_mac.mm

Issue 1133523005: mac: Suppress partial availability warnings in theme helper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/mac/sdk_forward_declarations.mm ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/theme_helper_mac.mm
diff --git a/content/browser/theme_helper_mac.mm b/content/browser/theme_helper_mac.mm
index 29190602f8dcc9c756446507b330f86da4c7999c..3abe515d4fd6028fe6eddb6b64386a990e1610c6 100644
--- a/content/browser/theme_helper_mac.mm
+++ b/content/browser/theme_helper_mac.mm
@@ -15,15 +15,6 @@
#include "content/public/browser/render_process_host.h"
#include "content/public/common/content_switches.h"
-// Declare notification names from the 10.7 SDK.
-#if !defined(MAC_OS_X_VERSION_10_7) || \
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_7
-
-NSString* NSPreferredScrollerStyleDidChangeNotification =
- @"NSPreferredScrollerStyleDidChangeNotification";
-
-#endif
-
@interface ScrollbarPrefsObserver : NSObject
+ (void)registerAsObserver;
« no previous file with comments | « base/mac/sdk_forward_declarations.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698