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 16fbdb35777209148228796cb96ebda056f256fd..85219a4b75fcaa3d51951d4fe84bea7f28f983a4 100644 |
| --- a/chrome/installer/gcapi/gcapi_omaha_experiment.h |
| +++ b/chrome/installer/gcapi/gcapi_omaha_experiment.h |
| @@ -5,6 +5,6 @@ |
| #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); |
| +bool SetGCAPIOmahaExperimentLabel(const wchar_t* brand_code, int shell_mode); |
|
grt (UTC plus 2)
2012/11/21 20:14:18
please add a doc comment here.
SteveT
2012/11/21 23:19:26
Done.
|
| #endif // CHROME_INSTALLER_GCAPI_GCAPI_OMAHA_EXPERIMENT_H_ |