mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-03-01 10:27:44 +01:00
When using multi-threaded message loop mode the PrefService needs to be created on the UI thread. To test: Run `cefclient --enable-network-service --multi-threaded-message-loop`. The application should start successfully.