mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium revision 614d31da (#423768)
- Fix PDF extension loading after showing the plugin placeholder (issue #2020)
This commit is contained in:
@@ -693,7 +693,7 @@ TEST(ResourceManagerTest, DirectoryProvider) {
|
||||
EXPECT_TRUE(scoped_dir.CreateUniqueTempDir());
|
||||
|
||||
// Write the files to disk.
|
||||
const base::FilePath& temp_dir = scoped_dir.path();
|
||||
const base::FilePath& temp_dir = scoped_dir.GetPath();
|
||||
WriteFile(temp_dir.AppendASCII(kFile1), CreateContents(success1_message));
|
||||
WriteFile(temp_dir.AppendASCII(kFile2), CreateContents(success2_message));
|
||||
|
||||
@@ -750,7 +750,7 @@ TEST(ResourceManagerTest, ArchiveProvider) {
|
||||
base::ScopedTempDir scoped_dir;
|
||||
EXPECT_TRUE(scoped_dir.CreateUniqueTempDir());
|
||||
|
||||
const base::FilePath& temp_dir = scoped_dir.path();
|
||||
const base::FilePath& temp_dir = scoped_dir.GetPath();
|
||||
|
||||
// Write the files to disk.
|
||||
const base::FilePath& file_dir = temp_dir.AppendASCII("files");
|
||||
|
Reference in New Issue
Block a user