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

Unified Diff: base/mac/mac_util.h

Issue 10830326: net: disable ECDSA ciphersuites on platforms where we can't support it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ... Created 8 years, 4 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 | « no previous file | base/mac/mac_util.mm » ('j') | base/mac/mac_util.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/mac/mac_util.h
diff --git a/base/mac/mac_util.h b/base/mac/mac_util.h
index 1b7516740c7de60a095e6ea3f2348a46e4602e8e..dd4133c8aaa00798e1bb64b83e3acea2bf934ccf 100644
--- a/base/mac/mac_util.h
+++ b/base/mac/mac_util.h
@@ -128,6 +128,7 @@ BASE_EXPORT bool WasLaunchedAsHiddenLoginItem();
// Snow Leopard is Mac OS X 10.6, Darwin 10.
BASE_EXPORT bool IsOSSnowLeopard();
+BASE_EXPORT bool IsOSSnowLeopardOrLater();
Mark Mentovai 2012/08/15 02:19:22 Nope. This is a tautology on the trunk.
// Lion is Mac OS X 10.7, Darwin 11.
BASE_EXPORT bool IsOSLion();
« no previous file with comments | « no previous file | base/mac/mac_util.mm » ('j') | base/mac/mac_util.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698