summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.cc
diff options
context:
space:
mode:
authorkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 16:15:38 +0000
committerkuchhal@chromium.org <kuchhal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-31 16:15:38 +0000
commite27022f2a07acc7df33f60c5e600906977b1dd17 (patch)
tree362eb589b0b2e88e9758a29f12c1528d2eb17ddc /chrome/installer/util/google_update_constants.cc
parent1e314cf0de24d58991e66f8d66e09e6cb1454770 (diff)
downloadchromium_src-e27022f2a07acc7df33f60c5e600906977b1dd17.zip
chromium_src-e27022f2a07acc7df33f60c5e600906977b1dd17.tar.gz
chromium_src-e27022f2a07acc7df33f60c5e600906977b1dd17.tar.bz2
Consolidate same constant defined in three different places. No change in chrome.exe size.
Review URL: http://codereview.chromium.org/8409 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4284 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r--chrome/installer/util/google_update_constants.cc12
1 files changed, 9 insertions, 3 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index 6703850..ee75f0c 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -8,12 +8,18 @@ namespace google_update {
const wchar_t kChromeGuid[] = L"{8A69D345-D564-463c-AFF1-A69D9E530F96}";
const wchar_t kGearsUpgradeCode[] = L"{D92DBAED-3E3E-4530-B30D-072D16C7DDD0}";
+
const wchar_t kRegPathClients[] = L"Software\\Google\\Update\\Clients";
const wchar_t kRegPathClientState[] = L"Software\\Google\\Update\\ClientState";
-const wchar_t kRegApFieldName[] = L"ap";
+
+const wchar_t kRegApField[] = L"ap";
+const wchar_t kRegBrowserField[] = L"browser";
+const wchar_t kRegDidRunField[] = L"dr";
+const wchar_t kRegLangField[] = L"lang";
+const wchar_t kRegLastCheckedField[] = L"LastChecked";
const wchar_t kRegNameField[] = L"name";
+const wchar_t kRegRLZBrandField[] = L"brand";
+const wchar_t kRegUsageStatsField[] = L"usagestats";
const wchar_t kRegVersionField[] = L"pv";
-const wchar_t kRegLastCheckedField[] = L"LastChecked";
-
} // namespace installer