| Index: base/mac/foundation_util.h
|
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
|
| index ae4f03f7af8d8612564969727e03c04b4a4e8cf1..0acb87166c89f6ff906d93751e77c56b71e44f8b 100644
|
| --- a/base/mac/foundation_util.h
|
| +++ b/base/mac/foundation_util.h
|
| @@ -85,6 +85,10 @@ BASE_EXPORT bool GetLocalDirectory(NSSearchPathDirectory directory,
|
| BASE_EXPORT bool GetUserDirectory(NSSearchPathDirectory directory,
|
| FilePath* result);
|
|
|
| +// Retrieves the localized display name for the base name of the given path.
|
| +// If the path is not localized, this will just return the base name.
|
| +BASE_EXPORT std::string GetDisplayNameForPath(const FilePath& path);
|
| +
|
| // Returns the ~/Library directory.
|
| BASE_EXPORT FilePath GetUserLibraryPath();
|
|
|
|
|