Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Unified Diff: base/native_library.h

Issue 551181: Load bundle resources when loading bundles on the Mac (Closed)
Patch Set: Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/native_library_mac.mm » ('j') | base/native_library_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | base/native_library_mac.mm » ('j') | base/native_library_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698