From 27845cac2c3443eca508003c3951739e88ae8f24 Mon Sep 17 00:00:00 2001 From: "gwilson@google.com" Date: Fri, 5 Dec 2008 19:36:03 +0000 Subject: 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 --- chrome/installer/util/google_update_constants.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/installer/util/google_update_constants.cc') diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc index 860229a..fc2dbc7 100644 --- a/chrome/installer/util/google_update_constants.cc +++ b/chrome/installer/util/google_update_constants.cc @@ -23,7 +23,7 @@ const wchar_t kRegRenameCmdField[] = L"cmd"; const wchar_t kRegRLZBrandField[] = L"brand"; const wchar_t kRegUsageStatsField[] = L"usagestats"; const wchar_t kRegVersionField[] = L"pv"; -const wchar_t kRegClientField[] = L"client"; +const wchar_t kRegReferralField[] = L"referral"; const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION"; } // namespace installer -- cgit v1.1