diff options
author | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 10:40:15 +0000 |
---|---|---|
committer | finnur@chromium.org <finnur@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-23 10:40:15 +0000 |
commit | 0d2fbd5c215bad61dc97b819b746cba55c4c1ea8 (patch) | |
tree | 557ec6a5fd9e15faaf2f537d4107fd1dc143ccc8 /chrome/chrome_common.gypi | |
parent | 3f6900c9fee2a9ef8d50b2f85307a18f01652d1f (diff) | |
download | chromium_src-0d2fbd5c215bad61dc97b819b746cba55c4c1ea8.zip chromium_src-0d2fbd5c215bad61dc97b819b746cba55c4c1ea8.tar.gz chromium_src-0d2fbd5c215bad61dc97b819b746cba55c4c1ea8.tar.bz2 |
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
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
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', |