From 30aad2f5b5fdc9e20179c95c122a9d97d2e448a9 Mon Sep 17 00:00:00 2001 From: "cdn@chromium.org" Date: Wed, 23 May 2012 19:08:16 +0000 Subject: 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 --- chrome/installer/util/google_update_constants.cc | 1 + 1 file changed, 1 insertion(+) (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 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"; -- cgit v1.1