forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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}
- Loading branch information
kmackay
authored and
Commit bot
committed
Jul 27, 2016
1 parent
8c13e2d
commit 901b099
Showing
1 changed file
with
26 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters