diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 00:21:12 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-15 00:21:12 +0000 |
commit | d82572fc790ff8c06f075e8684dc8c05eb0b5c2b (patch) | |
tree | a7df428e734b5d16da6edac96334e774e63d9eb5 /DEPS | |
parent | 1bc6f5e2827bbf1fe571d2b6f085ceff23644e1a (diff) | |
download | chromium_src-d82572fc790ff8c06f075e8684dc8c05eb0b5c2b.zip chromium_src-d82572fc790ff8c06f075e8684dc8c05eb0b5c2b.tar.gz chromium_src-d82572fc790ff8c06f075e8684dc8c05eb0b5c2b.tar.bz2 |
roll rlz 72:79
73: Delete unused function IsGoodRlz().
74: Change the unit of several constants from WCHARs to bytes.
75: Start moving functions from win/lib/rlz_lib.h to lib/rlz_lib.h
76: Move GetPingParams() and ParseFinancialPingResponse() to the common code.
77: Move PingFinancialServer to common part.
78: Move FormFinancialPingRequest() to the common part.
79: Address comments from https://codereview.appspot.com/5823050/
BUG=chromium:46579
TEST=should be a no-op change on windows
TBR=rogerta
Review URL: http://codereview.chromium.org/9699039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126800 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ vars = { "webrtc_revision": "1888", "jsoncpp_revision": "248", "nss_revision": "126189", - "rlz_revision": "72", + "rlz_revision": "79", } deps = { |