From 865f37920b4b2b600832017c9f3c1741a38b416a Mon Sep 17 00:00:00 2001 From: "jeremy@chromium.org" Date: Sun, 23 May 2010 16:43:44 +0000 Subject: Mac: Infrastructure for serialization of OS fonts over IPC. BUG=29729 TEST=All unit tests should pass. Review URL: http://codereview.chromium.org/2131005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48002 0039d316-1c4b-4281-b951-d872f2087c98 --- base/file_util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'base') diff --git a/base/file_util.h b/base/file_util.h index e62b30e..16f18f1 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -239,8 +239,8 @@ FilePath GetHomeDir(); bool CreateTemporaryFile(FilePath* path); // Create and open a temporary file. File is opened for read/write. -// The full path is placed in |path|, and the function returns true if -// was successful in creating and opening the file. +// The full path is placed in |path|. +// Returns a handle to the opened file or NULL if an error occured. FILE* CreateAndOpenTemporaryFile(FilePath* path); // Like above but for shmem files. Only useful for POSIX. FILE* CreateAndOpenTemporaryShmemFile(FilePath* path); -- cgit v1.1