mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-02-25 00:17:41 +01:00
With Chrome runtime, custom request contexts may be initialized asynchronously. Wait for that initialization before using the request context. This also removes TEST_RC_MODE_CUSTOM (uses TEST_RC_MODE_CUSTOM_WITH_HANDLER instead) since we always need a handler to get the initialization callback.