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 16fbdb35777209148228796cb96ebda056f256fd..4d4be8a34582f27d8e11aef12d43dce411838b76 100644 |
--- a/chrome/installer/gcapi/gcapi_omaha_experiment.h |
+++ b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
@@ -5,6 +5,11 @@ |
#ifndef CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |
#define CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |
-bool SetOmahaExperimentLabel(const wchar_t* brand_code, int shell_mode); |
+// 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 |
+// GCAPI_INVOKED_UAC_ELEVATION, the value will be written to HKLM, otherwise |
+// HKCU. |
+bool SetReactivationExperimentLabels(const wchar_t* brand_code, int shell_mode); |
#endif // CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |