Prevent DCHECK on shutdown of EmbeddedApplicationRunner
When EmbeddedApplicationRunner is destroyed, if the application instance still has any bound connections, those connections must be destroyed on the application task runner. Otherwise there is a DCHECK failure when the binding is destroyed. BUG= Review-Url: https://codereview.chromium.org/2188503003 Cr-Commit-Position: refs/heads/master@{#408246}
Showing
Please register or sign in to comment