diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-17 02:09:50 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-17 02:09:50 +0000 |
commit | 8ead4c025707108c14e7f94e474dce31a40faaa3 (patch) | |
tree | c691b08bd3f0298aab0d2228f8909cf67fee6a50 /DEPS | |
parent | dfc68f6af4e1ba33eadc8f4884d3dc4098892eb8 (diff) | |
download | chromium_src-8ead4c025707108c14e7f94e474dce31a40faaa3.zip chromium_src-8ead4c025707108c14e7f94e474dce31a40faaa3.tar.gz chromium_src-8ead4c025707108c14e7f94e474dce31a40faaa3.tar.bz2 |
roll rlz 94:99
Also fix a few minor issues that the compiler complains about on mac, mostly
wstring/string16 confusion. All these changes are no-ops on windows.
95: Move SupplementaryBranding from win/lib/rlz_lib.h to lib/rlz_lib.h
96: Move ClearAllProductEvents() to use RlzValueStore.
97: Move ClearAllProductEvents() to shared code. Pure code move.
98: Move ClearProductState() to RlzValueStore.
99: Move ClearProductState() to common code.
BUG=46579
TEST=none
TBR=rogerta
Review URL: http://codereview.chromium.org/9717012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@127322 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": "1903", "jsoncpp_revision": "248", "nss_revision": "126189", - "rlz_revision": "94", + "rlz_revision": "99", } deps = { |