| Index: base/mac/foundation_util.h
|
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h
|
| index 1a874706357c853a14cdc9a9bca8649ee67f3e8b..21bd5dddf06e05abe22f6f80e7ce784cbd7c1b02 100644
|
| --- a/base/mac/foundation_util.h
|
| +++ b/base/mac/foundation_util.h
|
| @@ -49,13 +49,8 @@ BASE_EXPORT bool IsBackgroundOnlyProcess();
|
| BASE_EXPORT NSBundle* MainAppBundle();
|
| BASE_EXPORT FilePath MainAppBundlePath();
|
|
|
| -// Returns the path to a resource within the MainAppBundle.
|
| -FilePath PathForMainAppBundleResource(CFStringRef resourceName);
|
| -
|
| -// Set the bundle that MainAppBundle will return, overriding the default value
|
| -// (Restore the default by calling SetOverrideAppBundle(nil)).
|
| -BASE_EXPORT void SetOverrideAppBundle(NSBundle* bundle);
|
| -BASE_EXPORT void SetOverrideAppBundlePath(const FilePath& file_path);
|
| +// Returns the path to a resource within the framework bundle.
|
| +FilePath PathForFrameworkBundleResource(CFStringRef resourceName);
|
|
|
| // Returns the creator code associated with the CFBundleRef at bundle.
|
| OSType CreatorCodeForCFBundleRef(CFBundleRef bundle);
|
|
|