Updates:
Cc: [email protected]
Comment #2 on issue 15708 by [email protected]: Regression:
ChromeURLRequestContext is not being deleted on shutdown
http://code.google.com/p/chromium/issues/detail?id=15708
More details:
- You need at least one extension with a toolstrip installed.
- On shutdown, the RenderProcessHost for toolstrips is not being
destroyed. This is
because we're using DeleteSoon() to delete the RPH when it runs out of
listeners
(RenderViews), but that DeleteSoon never runs for some reason. It runs
fine for
TabContents, possibly because that gets torn down earlier.
--
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
-~----------~----~----~----~------~----~------~--~---