You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a MessageLoop::AdoptCurrent() that returned a MessageLoop-compatible instance for posting. This would let us interact with the existing main-thread looper/runloop/etc on platforms where we are not the entry point.
Add a
MessageLoop::AdoptCurrent()that returned a MessageLoop-compatible instance for posting. This would let us interact with the existing main-thread looper/runloop/etc on platforms where we are not the entry point.