Index: chrome/installer/util/google_update_constants.cc |
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc |
index 2c77a0e0eb40e28f2a899cf5f4366c51234f3ec7..a904a74b14724a73ccfd6df519319d39712e45fd 100644 |
--- a/chrome/installer/util/google_update_constants.cc |
+++ b/chrome/installer/util/google_update_constants.cc |
@@ -33,4 +33,6 @@ const wchar_t kRegEULAAceptedField[] = L"eulaaccepted"; |
const wchar_t kEnvProductVersionKey[] = L"CHROME_VERSION"; |
const wchar_t kRegLastRunTimeField[] = L"lastrun"; |
+const int kUpdateCheckInvervalHours = 6; |
+ |
} // namespace google_update |