mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
chrome: Support client-created request contexts (see issue #2969)
RequestContextTest and URLRequestTest suites now pass with the Chrome runtime enabled.
This commit is contained in:
@@ -136,7 +136,8 @@ TEST(RequestContextTest, BasicCreateSharedGlobal) {
|
||||
|
||||
TEST(RequestContextTest, BasicCreateSharedOnDisk) {
|
||||
CefScopedTempDir tempdir;
|
||||
EXPECT_TRUE(tempdir.CreateUniqueTempDir());
|
||||
EXPECT_TRUE(tempdir.CreateUniqueTempDirUnderPath(
|
||||
CefTestSuite::GetInstance()->root_cache_path()));
|
||||
|
||||
CefRequestContextSettings settings;
|
||||
CefString(&settings.cache_path) = tempdir.GetPath();
|
||||
|
Reference in New Issue
Block a user