| Index: chrome/common/chrome_paths_internal.h
|
| diff --git a/chrome/common/chrome_paths_internal.h b/chrome/common/chrome_paths_internal.h
|
| index 38fbac241a6bb9b849ff6471f89e00d6ec5b8b24..6671e258c77fee14816bebecd8ee7eba32732848 100644
|
| --- a/chrome/common/chrome_paths_internal.h
|
| +++ b/chrome/common/chrome_paths_internal.h
|
| @@ -55,6 +55,10 @@ void SetOverrideVersionedDirectory(const FilePath* path);
|
| // framework are things that also depend on the framework, such as the helper
|
| // app bundle.
|
| FilePath GetFrameworkBundlePath();
|
| +
|
| +// Get the local library directory.
|
| +bool GetLocalLibraryDirectory(FilePath* result);
|
| +
|
| #endif // OS_MACOSX
|
|
|
| } // namespace chrome
|
|
|