diff options
author | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 15:51:55 +0000 |
---|---|---|
committer | glotov@google.com <glotov@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-04 15:51:55 +0000 |
commit | efe622aa888db84b6d6cb5497b001c33e28b435c (patch) | |
tree | 56529fbcd42539437780bccf60fd0ab3f92adf2a | |
parent | 24b8bce0f1ee11a08cf1f9d6c8184b987e64eb0a (diff) | |
download | chromium_src-efe622aa888db84b6d6cb5497b001c33e28b435c.zip chromium_src-efe622aa888db84b6d6cb5497b001c33e28b435c.tar.gz chromium_src-efe622aa888db84b6d6cb5497b001c33e28b435c.tar.bz2 |
Update to the latest libcros 108 (added CryptohomeDoAutomaticFreeDiskSpaceControl)
BUG=chromium-os:11121
TEST=none
Review URL: http://codereview.chromium.org/6631005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76919 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | tools/cros.DEPS/DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cros.DEPS/DEPS b/tools/cros.DEPS/DEPS index d7746fa..7df561c 100644 --- a/tools/cros.DEPS/DEPS +++ b/tools/cros.DEPS/DEPS @@ -4,5 +4,5 @@ vars = { deps = { "src/third_party/cros": - Var("chromium_git") + "/cros.git@5e74e8d3", + Var("chromium_git") + "/cros.git@a7f3eec2", } |