diff options
author | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 21:59:27 +0000 |
---|---|---|
committer | rogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-29 21:59:27 +0000 |
commit | bbd15f67499da499cab76c084c1b04a3d248a2c3 (patch) | |
tree | 40c57345945c9fad14602068c69b54f964803af3 /DEPS | |
parent | a9cf9e79c9ffc3c3fe9c87f7c0bd64a8fcdf65dc (diff) | |
download | chromium_src-bbd15f67499da499cab76c084c1b04a3d248a2c3.zip chromium_src-bbd15f67499da499cab76c084c1b04a3d248a2c3.tar.gz chromium_src-bbd15f67499da499cab76c084c1b04a3d248a2c3.tar.bz2 |
Fix two problems found while testing chrome reactivation:
- C1S events were not being sent out for reactivated brand code. In the
reactivation brand, the code was getting a cached copy of the RLZ string
for the main brand code and thinking it had already set the C1S event
- on uninstall, reactivation values remained in registry. Fixed the uninstaller
to call RlZTracker::ClearProductState() so that the reactivation brand code
case is handled as well
BUG=90886
TEST=See RLZ test plan
Review URL: http://codereview.chromium.org/7532005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@94767 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'DEPS')
-rw-r--r-- | DEPS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -305,7 +305,7 @@ deps_os = { Var("nacl_tools_revision")), "src/rlz": - (Var("googlecode_url") % "rlz") + "/trunk@43", + (Var("googlecode_url") % "rlz") + "/trunk@44", # Dependencies used by libjpeg-turbo "src/third_party/yasm/binaries": |