diff options
author | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 00:38:05 +0000 |
---|---|---|
committer | ghc@google.com <ghc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-18 00:38:05 +0000 |
commit | 1e9003be689da6ad6656766a593e34d131bb87c1 (patch) | |
tree | 5c44f35b3c11958eaa061533283924a8141f26be /DEPS | |
parent | 5fff3a7274d84218d81c106ec8584651be065c1f (diff) | |
download | chromium_src-1e9003be689da6ad6656766a593e34d131bb87c1.zip chromium_src-1e9003be689da6ad6656766a593e34d131bb87c1.tar.gz chromium_src-1e9003be689da6ad6656766a593e34d131bb87c1.tar.bz2 |
roll cacheinvalidation forward to @213 to quiet a log message that happens fairly frequently
Addresses http://code.google.com/p/chromium/issues/detail?id=119185
Review URL: https://chromiumcodereview.appspot.com/10391189
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137785 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ deps = { "src/third_party/cacheinvalidation/files/src/google": (Var("googlecode_url") % "google-cache-invalidation-api") + - "/trunk/src/google@203", + "/trunk/src/google@213", "src/third_party/leveldatabase/src": (Var("googlecode_url") % "leveldb") + "/trunk@64", |