diff options
Diffstat (limited to 'chrome/installer/util/google_update_settings.cc')
-rw-r--r-- | chrome/installer/util/google_update_settings.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/installer/util/google_update_settings.cc b/chrome/installer/util/google_update_settings.cc index 57b20cb..8168be2 100644 --- a/chrome/installer/util/google_update_settings.cc +++ b/chrome/installer/util/google_update_settings.cc @@ -59,6 +59,6 @@ bool GoogleUpdateSettings::GetBrand(std::wstring* brand) { return ReadGoogleUpdateStrKey(google_update::kRegRLZBrandField, brand); } -bool GoogleUpdateSettings::GetClient(std::wstring* client) { - return ReadGoogleUpdateStrKey(google_update::kRegClientField, client); +bool GoogleUpdateSettings::GetReferral(std::wstring* referral) { + return ReadGoogleUpdateStrKey(google_update::kRegReferralField, referral); } |