Chromium Code Reviews

Unified Diff: chrome/installer/util/google_update_constants.h

Issue 1633021: Detect new instance of the browser when running in the background in persiste... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/util/google_update_constants.h
===================================================================
--- chrome/installer/util/google_update_constants.h (revision 45984)
+++ chrome/installer/util/google_update_constants.h (working copy)
@@ -46,10 +46,6 @@
// 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_
« no previous file with comments | « chrome/browser/first_run_win.cc ('k') | chrome/installer/util/google_update_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine