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.
Makes BackgroundServiceLoader destroy loader on background thread
As the loader is used on the background thread it should also be destroyed on the background thread. This way all usage is kept to a single thread so that if the loader uses resources that require access on the same thread we don't run into issues. BUG=372585 TEST=covered by tests R=davemoore@chromium.org Review URL: https://codereview.chromium.org/276573013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270212 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information
sky@chromium.org
committed
May 13, 2014
1 parent
9a79ccb
commit fdaf9d1
Showing
2 changed files
with
2 additions
and
38 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
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