diff options
author | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 19:36:03 +0000 |
---|---|---|
committer | gwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 19:36:03 +0000 |
commit | 27845cac2c3443eca508003c3951739e88ae8f24 (patch) | |
tree | d772e3f622144f044b3b45542fc8ebc365c193a9 /chrome/installer/util/google_update_constants.h | |
parent | d604e96bed6afbdac45ed4d4318aab7bf693bd0b (diff) | |
download | chromium_src-27845cac2c3443eca508003c3951739e88ae8f24.zip chromium_src-27845cac2c3443eca508003c3951739e88ae8f24.tar.gz chromium_src-27845cac2c3443eca508003c3951739e88ae8f24.tar.bz2 |
Change "client" parameter in RLZ ping to "referral"
to match Omaha's changes.
BUG=1520348
Review URL: http://codereview.chromium.org/12975
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6440 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.h')
-rw-r--r-- | chrome/installer/util/google_update_constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h index bd225a8..66b1efe 100644 --- a/chrome/installer/util/google_update_constants.h +++ b/chrome/installer/util/google_update_constants.h @@ -28,7 +28,7 @@ extern const wchar_t kRegRenameCmdField[]; extern const wchar_t kRegRLZBrandField[]; extern const wchar_t kRegUsageStatsField[]; extern const wchar_t kRegVersionField[]; -extern const wchar_t kRegClientField[]; +extern const wchar_t kRegReferralField[]; extern const wchar_t kEnvProductVersionKey[]; } // namespace google_update |