summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.cc
diff options
context:
space:
mode:
authorcdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 19:08:16 +0000
committercdn@chromium.org <cdn@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-23 19:08:16 +0000
commit30aad2f5b5fdc9e20179c95c122a9d97d2e448a9 (patch)
tree5448bb763cacdc1d0f049cfc0456c39819522004 /chrome/installer/util/google_update_constants.cc
parent2779a9892c58b84625a673c2a24c6d29f0978af0 (diff)
downloadchromium_src-30aad2f5b5fdc9e20179c95c122a9d97d2e448a9.zip
chromium_src-30aad2f5b5fdc9e20179c95c122a9d97d2e448a9.tar.gz
chromium_src-30aad2f5b5fdc9e20179c95c122a9d97d2e448a9.tar.bz2
Expose methods to check the installed version of Google Update
BUG=128594 TEST=CompareVersions.*, GetGoogleUpdateVersion.* Review URL: https://chromiumcodereview.appspot.com/10408012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138551 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r--chrome/installer/util/google_update_constants.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index 7c3c0e5..9f044db 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -30,6 +30,7 @@ const wchar_t kRegCommandLineField[] = L"CommandLine";
const wchar_t kRegCriticalVersionField[] = L"cpv";
const wchar_t kRegDidRunField[] = L"dr";
const wchar_t kRegEULAAceptedField[] = L"eulaaccepted";
+const wchar_t kRegGoogleUpdateVersion[] = L"version";
const wchar_t kRegLangField[] = L"lang";
const wchar_t kRegLastStartedAUField[] = L"LastStartedAU";
const wchar_t kRegLastCheckedField[] = L"LastChecked";