Chromium Code Reviews| Index: base/native_library.h |
| diff --git a/base/native_library.h b/base/native_library.h |
| index 182b3ed86eac5121cf8a8943b5101fa3cf9aeb89..c37e3a4cff1440b166cea826394ca605c3a3c7f1 100644 |
| --- a/base/native_library.h |
| +++ b/base/native_library.h |
| @@ -38,6 +38,7 @@ enum NativeLibraryType { |
| }; |
| struct NativeLibraryStruct { |
| NativeLibraryType type; |
| + CFBundleRefNum bundle_resource_ref; |
| union { |
| CFBundleRef bundle; |
| void* dylib; |