summaryrefslogtreecommitdiffstats
path: root/base/at_exit_unittest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Adds new class AtExitManager which manages the dtors of all singletons.cpu@google.com2008-08-011-0/+82
- Previously this job was done by the CRT's atexit() which runs later than we want and under the loader lock. - Had to modify most main() functions for the testing executables so we don't trigger leak detectors. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219 0039d316-1c4b-4281-b951-d872f2087c98