diff options
author | msneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 14:18:00 +0000 |
---|---|---|
committer | msneck@google.com <msneck@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 14:18:00 +0000 |
commit | 05c77cac11abdcf87fb994b2ffc1f20275dc155e (patch) | |
tree | 077845a92737ab6965aac3cf6997abb36e847307 /DEPS | |
parent | 1b7025fb18bfe0ff2199be46304dbabea637b7d4 (diff) | |
download | chromium_src-05c77cac11abdcf87fb994b2ffc1f20275dc155e.zip chromium_src-05c77cac11abdcf87fb994b2ffc1f20275dc155e.tar.gz chromium_src-05c77cac11abdcf87fb994b2ffc1f20275dc155e.tar.bz2 |
Update the Native Client version to r2697, which is the CL needed
so the hole (which allowed Native Client to do bind() and connect())
can be removed from Chrome's renderer sandbox.
BUG=none
TEST=all tests pass, especially nacl_ui_tests
Review URL: http://codereview.chromium.org/3034001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52664 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ vars = { "skia_revision": "583", "chromium_git": "http://src.chromium.org/git", "swig_revision": "40423", - "nacl_revision": "2631", + "nacl_revision": "2697", "libvpx_revision": "50313", "libjingle_revision": "24", } |