summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/google_update_constants.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r--chrome/installer/util/google_update_constants.cc5
1 files changed, 4 insertions, 1 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc
index 5455aff..496c530 100644
--- a/chrome/installer/util/google_update_constants.cc
+++ b/chrome/installer/util/google_update_constants.cc
@@ -31,4 +31,7 @@ const wchar_t kRegReferralField[] = L"referral";
const wchar_t kRegEULAAceptedField[] = L"eulaaccepted";
const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION";
const wchar_t kRegLastRunTimeField[] = L"lastrun";
-} // namespace installer
+
+const int kUpdateCheckInvervalHours = 6;
+
+} // namespace google_update