diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 13:53:17 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-18 13:53:17 +0000 |
commit | 61714e4b76a17b09d9266efde0ce2a6cc3f84592 (patch) | |
tree | 6985569533684420050b78af8df71ae93a751801 /DEPS | |
parent | 0cecd447860421f603339cea1199de71a36d4f86 (diff) | |
download | chromium_src-61714e4b76a17b09d9266efde0ce2a6cc3f84592.zip chromium_src-61714e4b76a17b09d9266efde0ce2a6cc3f84592.tar.gz chromium_src-61714e4b76a17b09d9266efde0ce2a6cc3f84592.tar.bz2 |
Update nss_revision to 206843.
Include the following CLs:
Fix a typo in the header include guard of secmod.h.
https://codereview.chromium.org/17314004/
RNG_SystemRNG should fail rather than falling back on rng_systemFromNoise
if it cannot call RtlGenRandom on Windows.
https://codereview.chromium.org/17058006/
R=rsleevi@chromium.org
BUG=244661
TEST=none
Review URL: https://chromiumcodereview.appspot.com/17340003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@206977 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ vars = { # and V8 without interference from each other. "webrtc_revision": "4240", "jsoncpp_revision": "248", - "nss_revision": "206124", + "nss_revision": "206843", # Three lines of non-changing comments so that # the commit queue can handle CLs rolling swarm_client # and whatever else without interference from each other. |