diff options
author | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 19:43:23 +0000 |
---|---|---|
committer | cpu@chromium.org <cpu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-14 19:43:23 +0000 |
commit | 6585f744789f692c79252ecaef96aa250ed33db8 (patch) | |
tree | 6c10ebc9fc78bd1b78faca98a79ce597c2e763e1 /chrome/common/attrition_experiments.h | |
parent | 0c8fabf8c4fefdec08679dc55a891399eff7efe2 (diff) | |
download | chromium_src-6585f744789f692c79252ecaef96aa250ed33db8.zip chromium_src-6585f744789f692c79252ecaef96aa250ed33db8.tar.gz chromium_src-6585f744789f692c79252ecaef96aa250ed33db8.tar.bz2 |
Installer side of the infobar plugins attrition experiment
BUG=85988
TEST=see bug
Review URL: http://codereview.chromium.org/7148004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@89049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/attrition_experiments.h')
-rw-r--r-- | chrome/common/attrition_experiments.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/common/attrition_experiments.h b/chrome/common/attrition_experiments.h index 7595588..30b30dc 100644 --- a/chrome/common/attrition_experiments.h +++ b/chrome/common/attrition_experiments.h @@ -26,6 +26,14 @@ const wchar_t kAll[] = L"*"; // A comma-separated list of brand codes that are associated with Skype. const wchar_t kSkype[] = L"SKPC,SKPG,SKPH,SKPI,SKPL,SKPM,SKPN"; +// Constants for the "infobar plugins" experiment. These strings become +// the registry omaha |client| value. The last one is considered to be +// the control group which reflects the current behavior. +const wchar_t kPluginNoBlockNoOOD[] = L"PI01"; +const wchar_t kPluginNoBlockDoOOD[] = L"PI02"; +const wchar_t kPluginDoBlockNoOOD[] = L"PI04"; +const wchar_t kPluginDoBlockDoOOD[] = L"PI10"; + } // namespace #endif // CHROME_COMMON_ATTRITION_EXPERIMENTS_H_ |