| Index: chrome/common/chrome_paths_mac.mm
|
| diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
|
| index c7db483cdf8262ae141cc952de7c8c3998735b34..b87b39788ecd09ae100c4a9eef4fedc03dfdf6bb 100644
|
| --- a/chrome/common/chrome_paths_mac.mm
|
| +++ b/chrome/common/chrome_paths_mac.mm
|
| @@ -105,4 +105,8 @@ FilePath GetFrameworkBundlePath() {
|
| return GetVersionedDirectory().Append(kFrameworkName);
|
| }
|
|
|
| +bool GetLocalLibraryDirectory(FilePath* result) {
|
| + return mac_util::GetLocalDirectory(NSLibraryDirectory, result);
|
| +}
|
| +
|
| } // namespace chrome
|
|
|