diff options
Diffstat (limited to 'chrome/installer/util/google_update_constants.h')
-rw-r--r-- | chrome/installer/util/google_update_constants.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/installer/util/google_update_constants.h b/chrome/installer/util/google_update_constants.h index 6d40d7a..45d3996 100644 --- a/chrome/installer/util/google_update_constants.h +++ b/chrome/installer/util/google_update_constants.h @@ -41,6 +41,10 @@ extern const wchar_t kRegReferralField[]; extern const wchar_t kRegEULAAceptedField[]; extern const wchar_t kEnvProductVersionKey[]; + +// last time that chrome ran in the Time internal format. +extern const wchar_t kRegLastRunTimeField[]; + } // namespace google_update #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ |