summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_paths_mac.mm')
-rw-r--r--chrome/common/chrome_paths_mac.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
index c7db483..b87b397 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