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

Unified Diff: net/base/test_root_certs.h

Issue 11316210: Implement TestRootCerts for Android (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 1 month 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
Index: net/base/test_root_certs.h
diff --git a/net/base/test_root_certs.h b/net/base/test_root_certs.h
index 4d52dbcda5c088fd520785659413b42dfad1bbb3..a63fdb6e758d13dd1a5630f6e35139244da3b98c 100644
--- a/net/base/test_root_certs.h
+++ b/net/base/test_root_certs.h
@@ -91,7 +91,7 @@ class NET_EXPORT_PRIVATE TestRootCerts {
base::mac::ScopedCFTypeRef<CFMutableArrayRef> temporary_roots_;
#endif
-#if defined(OS_WIN) || defined(USE_OPENSSL)
+#if defined(OS_WIN) || defined(USE_OPENSSL) || defined(OS_ANDROID)
digit1 2012/11/28 10:42:34 USE_OPENSSL is always defined for Android, so this
ppi 2012/11/28 13:37:31 I wonder if relying on the USE_OPENSSL flag being
// True if there are no temporarily trusted root certificates.
bool empty_;
#endif

Powered by Google App Engine
This is Rietveld 408576698