DescriptionFix the ChromeFrame net tests dchecks in debug builds due to a missing AtExitManager instance.
The AtExitManager instance is initialized by the NetTestSuite class constructor. The dchecks fire
because the NotificationService constructor uses the lazy instance class which relies on the AtExitManager
instance being initialized.
The fix is to initialize the NotificationService instance after the NetTestSuite constructor has done its job.
BUG=none
TEST=chrome frame net tests should pass in debug builds.
TBR=jam
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101994
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|