| Index: base/test_file_util.h
|
| diff --git a/base/test_file_util.h b/base/test_file_util.h
|
| index 1ecaf29591cedf0228640ae2bf50041ef60e8112..3d2764ed29a426117d773863fd021470b00539da 100644
|
| --- a/base/test_file_util.h
|
| +++ b/base/test_file_util.h
|
| @@ -13,6 +13,11 @@ class FilePath;
|
|
|
| namespace file_util {
|
|
|
| +// Wrapper over file_util::Delete. On Windows repeatedly invokes Delete in case
|
| +// of failure to workaround Windows file locking semantics. Returns true on
|
| +// success.
|
| +bool DieFileDie(const FilePath& file, bool recurse);
|
| +
|
| // Clear a specific file from the system cache. After this call, trying
|
| // to access this file will result in a cold load from the hard drive.
|
| bool EvictFileFromSystemCache(const FilePath& file);
|
|
|