summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 20:14:37 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-09-10 20:14:37 +0000
commit670e362c28e8a92dda5dd537cca662d283ffc2a8 (patch)
tree276a950ccbba9ed338bf9a67a133bed97bc788ef /DEPS
parentdc3e3e900426c7e620071fa4b8feebfdb6b84166 (diff)
downloadchromium_src-670e362c28e8a92dda5dd537cca662d283ffc2a8.zip
chromium_src-670e362c28e8a92dda5dd537cca662d283ffc2a8.tar.gz
chromium_src-670e362c28e8a92dda5dd537cca662d283ffc2a8.tar.bz2
Revert 59123 - Don't use the return value of rlz_lib::SendFinancialPing() as the return value
of the chrome extension API, since a false does not represent an error. Added an optional callback to the API so that caller can determine if the ping was sent or not. This CL is to reapply change 58827, which was reverted due to a test break. I found an uninitialized variable in the underlying RLZ code, see http://code.google.com/p/rlz/source/detail?r=18 for the fix. This CL includes a bump of the RLZ library to get this fix. The tests have been expanded a bit too since 58827. BUG=54294 TEST=n/a Review URL: http://codereview.chromium.org/3350016 TBR=rogerta@google.com Review URL: http://codereview.chromium.org/3330019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59138 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index cddbb2c..4988a43 100644
--- a/DEPS
+++ b/DEPS
@@ -217,7 +217,7 @@ deps_os = {
Var("nacl_revision")),
"src/rlz":
- (Var("googlecode_url") % "rlz") + "/trunk@18",
+ (Var("googlecode_url") % "rlz") + "/trunk@17",
},
"mac": {
"src/chrome/tools/test/reference_build/chrome_mac":