Chromium Code Reviews| Index: chrome/installer/gcapi/gcapi_omaha_experiment.h |
| diff --git a/chrome/installer/gcapi/gcapi_omaha_experiment.h b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
| index babe41e3a9bee9e527e41257302687bcfbeacbd1..709b9d7f3df8bdb40a4f15a0f6e128e2c34a7c8b 100644 |
| --- a/chrome/installer/gcapi/gcapi_omaha_experiment.h |
| +++ b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
| @@ -5,6 +5,19 @@ |
| #ifndef CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |
| #define CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |
| +#include "base/strings/string16.h" |
| + |
| +namespace gcapi_internals { |
| + |
| +extern const wchar_t kReactivationLabel[]; |
| +extern const wchar_t kRelaunchLabel[]; |
| + |
| +// Returns the experiment label to be used by |label| for |brand_code|. |
|
Alexei Svitkine (slow)
2013/09/03 15:46:35
This comment is confusing. The experiment label to
gab
2013/11/05 22:20:38
Clarified.
|
| +string16 GetGCAPIExperimentLabel(const wchar_t* brand_code, |
| + const string16& label); |
| + |
| +} |
| + |
| // Writes a reactivation brand code experiment label in the Chrome product and |
| // binaries registry keys for |brand_code|. This experiment label will have a |
| // expiration date of now plus one year. If |shell_mode| is set to |