From 0d2fbd5c215bad61dc97b819b746cba55c4c1ea8 Mon Sep 17 00:00:00 2001 From: "finnur@chromium.org" Date: Wed, 23 Mar 2011 10:40:15 +0000 Subject: Toasting by brand code. Add the ability to have different experiments based on brand code. BUG=76594 TEST=For the en-US locale, take an old build and a build that includes this fix. Install the old build, set the brand code in the registry to SKPN and set the clock forward by more than a month. Install the new build and make sure you get a toast that references Skype. Change the brand code to anything else, ABCD for example, and make sure you get the generic toast (there are four possible). Then try with locale 'ja' and make sure you get a Japanese toast. Please test this also with system-install of Chrome (enough to just do Skype brand code, I guess). Review URL: http://codereview.chromium.org/6712015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79110 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome_common.gypi') diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 84b38e3..4e7dd6b 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -27,6 +27,7 @@ 'common/about_handler.h', 'common/app_mode_common_mac.h', 'common/app_mode_common_mac.mm', + 'common/attrition_experiments.h', 'common/auto_start_linux.cc', 'common/auto_start_linux.h', 'common/autofill_messages.h', -- cgit v1.1