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) |
Ryan Sleevi
2012/12/07 03:25:26
Isn't this redundant here - USE_OPENSSL is always
ppi
2012/12/11 04:24:21
David already pointed this out earlier (so that's
Ryan Sleevi
2012/12/11 17:40:10
Whenever such a comment is coupled with "more code
ppi
2012/12/11 19:12:50
Removed the condition in patch set 11.
|
// True if there are no temporarily trusted root certificates. |
bool empty_; |
#endif |