diff options
Diffstat (limited to 'base/mac_util.h')
-rw-r--r-- | base/mac_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/base/mac_util.h b/base/mac_util.h index 2235377..0baab02 100644 --- a/base/mac_util.h +++ b/base/mac_util.h @@ -31,6 +31,7 @@ bool IsBackgroundOnlyProcess(); // to fetch resources from bundles, but work within a unittest where we // aren't a bundle. NSBundle* MainAppBundle(); +FilePath MainAppBundlePath(); // Set the bundle that MainAppBundle will return, overriding the default value // (Restore the default by calling SetOverrideAppBundle(nil)). |