diff options
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r-- | chrome/installer/util/google_update_constants.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc index ee75f0c..a8ab8a8 100644 --- a/chrome/installer/util/google_update_constants.cc +++ b/chrome/installer/util/google_update_constants.cc @@ -18,6 +18,8 @@ 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 kRegOldVersionField[] = L"opv"; +const wchar_t kRegRenameCmdField[] = L"rename"; const wchar_t kRegRLZBrandField[] = L"brand"; const wchar_t kRegUsageStatsField[] = L"usagestats"; const wchar_t kRegVersionField[] = L"pv"; |