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

Unified Diff: net/base/test_root_certs_mac.cc

Issue 10785047: Remove all the OS X 10.6 SDK forward declarations. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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 | « media/audio/mac/audio_output_mac.cc ('k') | remoting/host/capturer_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/test_root_certs_mac.cc
diff --git a/net/base/test_root_certs_mac.cc b/net/base/test_root_certs_mac.cc
index 6a8611a1fe3b34191126d65000756f9b62d3c8f2..cfe92b477ec1248bc5bbe7c05c00bd10734b2f4e 100644
--- a/net/base/test_root_certs_mac.cc
+++ b/net/base/test_root_certs_mac.cc
@@ -14,14 +14,6 @@ namespace net {
namespace {
-#if !defined(MAC_OS_X_VERSION_10_6) || \
- MAC_OS_X_VERSION_MAX_ALLOWED < MAC_OS_X_VERSION_10_6
-// Declared in <Security/SecBase.h> of the 10.6 SDK.
-enum {
- errSecUnimplemented = -4,
-};
-#endif
-
typedef OSStatus (*SecTrustSetAnchorCertificatesOnlyFuncPtr)(SecTrustRef,
Boolean);
« no previous file with comments | « media/audio/mac/audio_output_mac.cc ('k') | remoting/host/capturer_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698