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 45d3996..4479d66 100644 --- a/chrome/installer/util/google_update_constants.h +++ b/chrome/installer/util/google_update_constants.h @@ -45,6 +45,10 @@ extern const wchar_t kEnvProductVersionKey[]; // last time that chrome ran in the Time internal format. extern const wchar_t kRegLastRunTimeField[]; +// How often to check if the persistent instance of Chrome needs to restart +// to install an update. +extern const int kUpdateCheckInvervalHours; + } // namespace google_update #endif // CHROME_INSTALLER_UTIL_GOOGLE_UPDATE_CONSTANTS_H_ |