summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.cc
diff options
context:
space:
mode:
authorgwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 19:36:03 +0000
committergwilson@google.com <gwilson@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-05 19:36:03 +0000
commit27845cac2c3443eca508003c3951739e88ae8f24 (patch)
treed772e3f622144f044b3b45542fc8ebc365c193a9 /chrome/installer/util/google_update_constants.cc
parentd604e96bed6afbdac45ed4d4318aab7bf693bd0b (diff)
downloadchromium_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.cc')
-rw-r--r--chrome/installer/util/google_update_constants.cc2
1 files changed, 1 insertions, 1 deletions
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