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

Unified Diff: net/base/x509_util.h

Issue 11418265: Let net_unittests build with the components build on android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: arrrrr 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
« no previous file with comments | « net/android/network_change_notifier_delegate_android.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/x509_util.h
diff --git a/net/base/x509_util.h b/net/base/x509_util.h
index 623e2b3793bf78cb3d502c5fec66df519d595c54..734eebd897406ede51a5d98f37a7f1ff303ebd6b 100644
--- a/net/base/x509_util.h
+++ b/net/base/x509_util.h
@@ -26,8 +26,8 @@ namespace x509_util {
// limited the range to 1950-9999
// (https://bugzilla.mozilla.org/show_bug.cgi?id=786531). This function will
// return whether it is supported by the currently used crypto library.
-bool IsSupportedValidityRange(base::Time not_valid_before,
- base::Time not_valid_after);
+NET_EXPORT_PRIVATE bool IsSupportedValidityRange(base::Time not_valid_before,
+ base::Time not_valid_after);
// Creates a server bound certificate containing the public key in |key|.
// Domain, serial number and validity period are given as
@@ -36,7 +36,7 @@ bool IsSupportedValidityRange(base::Time not_valid_before,
//
// See Internet Draft draft-balfanz-tls-obc-00 for more details:
// http://tools.ietf.org/html/draft-balfanz-tls-obc-00
-bool NET_EXPORT_PRIVATE CreateDomainBoundCertEC(
+NET_EXPORT_PRIVATE bool CreateDomainBoundCertEC(
crypto::ECPrivateKey* key,
const std::string& domain,
uint32 serial_number,
« no previous file with comments | « net/android/network_change_notifier_delegate_android.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698