Chromium Code Reviews| Index: base/file_util_posix.cc |
| =================================================================== |
| --- base/file_util_posix.cc (revision 2758) |
| +++ base/file_util_posix.cc (working copy) |
| @@ -266,6 +266,13 @@ |
| return true; |
| } |
| +bool CreateTemporaryFileNameInDir(const std::wstring& dir, |
| + std::wstring* temp_file) { |
| + // Not implemented yet. |
| + NOTREACHED(); |
| + return false; |
| +} |
| + |
| bool CreateNewTempDirectory(const std::wstring& prefix, |
| std::wstring* new_temp_path) { |
| std::wstring tmpdir; |