diff options
Diffstat (limited to 'chrome/installer/util/google_update_constants.cc')
-rw-r--r-- | chrome/installer/util/google_update_constants.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/installer/util/google_update_constants.cc b/chrome/installer/util/google_update_constants.cc index a904a74..2c77a0e 100644 --- a/chrome/installer/util/google_update_constants.cc +++ b/chrome/installer/util/google_update_constants.cc @@ -33,6 +33,4 @@ 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 |