Status: Untriaged Owner: [email protected] Labels: Type-Bug Pri-2 OS-All Area-Misc Size-Medium Mstone-2.0
New issue 9671 by [email protected]: ExtensionErrorReporter needs to be a Singleton http://code.google.com/p/chromium/issues/detail?id=9671 ExtensionErrorReporter hand-rolls singletonness. It should use Singleton (base/singleton.h) since it caches a MessageLoop* and this is incompatible with the restarting done by in process browser tests, which want to use AtExitManager to destroy singletons between runs. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Automated mail from issue updates at http://crbug.com/ Subscription options: http://groups.google.com/group/chromium-bugs -~----------~----~----~----~------~----~------~--~---
