diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 23:16:00 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-14 23:16:00 +0000 |
commit | 390d037275969c9902f3df0d475c3dd83b980a59 (patch) | |
tree | 3a20a5b21c770ef72c3eb8e4a84b2a7205b9e0b5 /crypto/nss_util.h | |
parent | 7f18e945afc5c93ad9937e8f36990ce46a0f4170 (diff) | |
download | chromium_src-390d037275969c9902f3df0d475c3dd83b980a59.zip chromium_src-390d037275969c9902f3df0d475c3dd83b980a59.tar.gz chromium_src-390d037275969c9902f3df0d475c3dd83b980a59.tar.bz2 |
Revert 114499 - Simplify PRTimeToBaseTime implementation, add BaseTimeToPRTime.
BUG=107047
TEST=crypto_unittests
Review URL: http://codereview.chromium.org/8894023
TBR=mattm@chromium.org
Review URL: http://codereview.chromium.org/8913018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114524 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/nss_util.h')
-rw-r--r-- | crypto/nss_util.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/crypto/nss_util.h b/crypto/nss_util.h index 746691d..a617224 100644 --- a/crypto/nss_util.h +++ b/crypto/nss_util.h @@ -149,10 +149,6 @@ CRYPTO_EXPORT SymmetricKey* GetSupplementalUserKey(); // We use a int64 instead of PRTime here to avoid depending on NSPR headers. CRYPTO_EXPORT base::Time PRTimeToBaseTime(int64 prtime); -// Convert a base::Time object into a PRTime value. -// We use a int64 instead of PRTime here to avoid depending on NSPR headers. -CRYPTO_EXPORT int64 BaseTimeToPRTime(base::Time time); - #if defined(USE_NSS) // Exposed for unittests only. |path| should be an existing directory under // which the DB files will be placed. |description| is a user-visible name for |