mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-05 04:08:45 +01:00
The Chromium content layer (which also exposes the NetworkService interface) generally runs on the UI thread. Previous use of the IO thread for CookieManager callbacks is an implementation detail of the old network stack that shouldn't be exposed to clients. To test: Run ceftests. They should pass as expected.