Chromium Code Reviews| Index: chrome/installer/util/google_update_constants.h |
| diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h |
| index 05d97b2e04a7e04d417cae3036f8c6eae7369b1c..4b6b30563715873159f2b6365eef2cb29755b784 100644 |
| --- a/chrome/installer/util/google_update_constants.h |
| +++ b/chrome/installer/util/google_update_constants.h |
| @@ -45,6 +45,7 @@ extern const wchar_t kRegClientField[]; |
| extern const wchar_t kRegCommandLineField[]; |
| extern const wchar_t kRegCriticalVersionField[]; |
| extern const wchar_t kRegDidRunField[]; |
| +extern const wchar_t kRegDowngradeVersion[]; |
|
grt (UTC plus 2)
2016/05/19 15:37:28
since this value is used purely by Chrome and isn'
zmin
2016/05/19 23:08:03
Move this to install_util.h as all related code ar
|
| extern const wchar_t kRegEULAAceptedField[]; |
| extern const wchar_t kRegGoogleUpdateVersion[]; |
| extern const wchar_t kRegLangField[]; |