diff options
author | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 20:18:49 +0000 |
---|---|---|
committer | jeremy@chromium.org <jeremy@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-07-31 20:18:49 +0000 |
commit | 4dfae51bf8db229251104bc71ae14237a5989e1c (patch) | |
tree | 9b68c5d3803d389dbb84edd36d9b1e4f5afded03 /base/mac_util.h | |
parent | cb69ca0e206805c4a4a4cdef2db44fb196820c2a (diff) | |
download | chromium_src-4dfae51bf8db229251104bc71ae14237a5989e1c.zip chromium_src-4dfae51bf8db229251104bc71ae14237a5989e1c.tar.gz chromium_src-4dfae51bf8db229251104bc71ae14237a5989e1c.tar.bz2 |
First cut at Safari Import - Home Page & History Only.
Review URL: http://codereview.chromium.org/159668
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@22179 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/mac_util.h')
-rw-r--r-- | base/mac_util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h index 371aa9e..43f0e5c 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); |