Makes MessagePumpGlib thread DCHECK work when pump is destroyed
For tests I'm creating a MessagePumpGlib on a thread, destroying it, then creating another MessagePumpGlib on another thread. The DCHECK fires in this case because it only remembers the first thread. I made it so the thread id is cleared when the MessagePumpGlib is destroyed. BUG=none TEST=none R=sadrul@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/289043010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272727 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment