diff options
Diffstat (limited to 'base/file_util.h')
-rw-r--r-- | base/file_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/file_util.h b/base/file_util.h index ca7bf626..9c9072f 100644 --- a/base/file_util.h +++ b/base/file_util.h @@ -218,6 +218,7 @@ BASE_EXPORT bool GetTempDir(FilePath* path); // // You should not generally call this directly. Instead use DIR_HOME with the // path service which will use this function but cache the value. +// Path service may also override DIR_HOME. BASE_EXPORT FilePath GetHomeDir(); // Creates a temporary file. The full path is placed in |path|, and the |