summaryrefslogtreecommitdiffstats
path: root/base
diff options
context:
space:
mode:
authorjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-23 16:43:44 +0000
committerjeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-23 16:43:44 +0000
commit865f37920b4b2b600832017c9f3c1741a38b416a (patch)
tree7607eb7788c645020bd8553adf4adb89b7ce332a /base
parent7e1b0740be7db1a28e5f3559339f2abbe9668763 (diff)
downloadchromium_src-865f37920b4b2b600832017c9f3c1741a38b416a.zip
chromium_src-865f37920b4b2b600832017c9f3c1741a38b416a.tar.gz
chromium_src-865f37920b4b2b600832017c9f3c1741a38b416a.tar.bz2
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
Diffstat (limited to 'base')
-rw-r--r--base/file_util.h4
1 files changed, 2 insertions, 2 deletions
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);