diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 21:58:55 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-04-20 21:58:55 +0000 |
commit | c98ae312b89e8ba2a0c998c85157dc478d32686d (patch) | |
tree | 9a7f3fdf02d17654cb7c46fa682cb5ec247b0696 | |
parent | 87f9e28b3174d2f3d50193c04cb82751ec66bf34 (diff) | |
download | chromium_src-c98ae312b89e8ba2a0c998c85157dc478d32686d.zip chromium_src-c98ae312b89e8ba2a0c998c85157dc478d32686d.tar.gz chromium_src-c98ae312b89e8ba2a0c998c85157dc478d32686d.tar.bz2 |
Update nss from 39612 to 45059 to pick up the workaround for
issue 40663.
R=agl
BUG=40663
TEST=Run chrome.exe with the --use-nss-for-ssl option on Windows.
Use SSL. Shut down Chrome. All chrome.exe processes should
terminate.
Review URL: http://codereview.chromium.org/1708001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45085 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -174,7 +174,7 @@ deps_os = { # NSS, for SSLClientSocketNSS. "src/third_party/nss": - "/trunk/deps/third_party/nss@39612", + "/trunk/deps/third_party/nss@45059", "src/third_party/swig/win": "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |