| Index: base/mac_util.h
|
| diff --git a/base/mac_util.h b/base/mac_util.h
|
| index 371aa9e3964a97671574d9e9827c2e3e1637eb83..43f0e5cf7f88cdc03f882bb5554a3155fde2dd9a 100644
|
| --- a/base/mac_util.h
|
| +++ b/base/mac_util.h
|
| @@ -29,6 +29,9 @@ bool AmIBundled();
|
| // aren't a bundle.
|
| NSBundle* MainAppBundle();
|
|
|
| +// Returns the ~/Library directory.
|
| +FilePath GetUserLibraryPath();
|
| +
|
| // Set the bundle that MainAppBundle will return, overriding the default value
|
| // (Restore the default by calling SetOverrideAppBundle(nil)).
|
| void SetOverrideAppBundle(NSBundle* bundle);
|
|
|