summaryrefslogtreecommitdiffstats
path: root/app/system_monitor.cc
Commit message (Collapse)AuthorAgeFilesLines
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-0/+98
SystemMonitor makes an assumption that through its lifetime a MessageLoop exists and stays the same. It is difficult and error-prone to satisfy that when it is a Singleton. It has caused problems in the past. Additionally, extract HighResoltionTimerManager out of time_win.cc, eliminating yet another Singleton. TEST=none BUG=none Review URL: http://codereview.chromium.org/431008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@33214 0039d316-1c4b-4281-b951-d872f2087c98