Chromium Code Reviews| Index: base/mac/foundation_util.h |
| diff --git a/base/mac/foundation_util.h b/base/mac/foundation_util.h |
| index 1a874706357c853a14cdc9a9bca8649ee67f3e8b..641327eafdb0b6ea5647b8d158939911cd94cd06 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. |
|
Mark Mentovai
2012/01/12 15:33:19
Again.
|
| +FilePath PathForFrameworkBundleResource(CFStringRef resourceName); |
| // Returns the creator code associated with the CFBundleRef at bundle. |
| OSType CreatorCodeForCFBundleRef(CFBundleRef bundle); |