mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
- Update to Chromium revision 69409.
- Add cefclient tests for GPU acceleration. git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@152 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
@@ -101,7 +101,7 @@ void BrowserRequestContext::Init(
|
||||
cache_path, 0, BrowserResourceLoaderBridge::GetCacheThread());
|
||||
|
||||
net::HttpCache* cache =
|
||||
new net::HttpCache(host_resolver_, NULL, proxy_service_,
|
||||
new net::HttpCache(host_resolver_, NULL, NULL, proxy_service_,
|
||||
ssl_config_service_, http_auth_handler_factory_, NULL,
|
||||
NULL, backend);
|
||||
|
||||
|
Reference in New Issue
Block a user