summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--base/test_file_util_mac.cc7
1 files changed, 4 insertions, 3 deletions
diff --git a/base/test_file_util_mac.cc b/base/test_file_util_mac.cc
index 1dd8533..4df71a5 100644
--- a/base/test_file_util_mac.cc
+++ b/base/test_file_util_mac.cc
@@ -9,9 +9,10 @@
namespace file_util {
bool EvictFileFromSystemCache(const FilePath& file) {
- // TODO(port): Implement.
- NOTIMPLEMENTED();
- return false;
+ // There is no way that we can think of to dump something from the UBC. You
+ // can add something so when you open it, it doesn't go in, but that won't
+ // work here.
+ return true;
}
} // namespace file_util