summaryrefslogtreecommitdiffstats
path: root/DEPS
diff options
context:
space:
mode:
authorrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 21:59:27 +0000
committerrogerta@chromium.org <rogerta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-29 21:59:27 +0000
commitbbd15f67499da499cab76c084c1b04a3d248a2c3 (patch)
tree40c57345945c9fad14602068c69b54f964803af3 /DEPS
parenta9cf9e79c9ffc3c3fe9c87f7c0bd64a8fcdf65dc (diff)
downloadchromium_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--DEPS2
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPS b/DEPS
index 92ce1cc..31f7468 100644
--- a/DEPS
+++ b/DEPS
@@ -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":