diff options
Diffstat (limited to 'chrome/installer/gcapi/gcapi_omaha_experiment.h')
-rw-r--r-- | chrome/installer/gcapi/gcapi_omaha_experiment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/gcapi/gcapi_omaha_experiment.h b/chrome/installer/gcapi/gcapi_omaha_experiment.h index 0550305..0f5bdbd 100644 --- a/chrome/installer/gcapi/gcapi_omaha_experiment.h +++ b/chrome/installer/gcapi/gcapi_omaha_experiment.h @@ -6,6 +6,6 @@ #define CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ #pragma once -bool SetOmahaExperimentLabel(const wchar_t* brand_code); +bool SetOmahaExperimentLabel(const wchar_t* brand_code, int shell_mode); #endif // CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |