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

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: address Ryan remarks Created 8 years 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)
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

Powered by Google App Engine
This is Rietveld 408576698