Index: base/native_library.h |
diff --git a/base/native_library.h b/base/native_library.h |
index c37e3a4cff1440b166cea826394ca605c3a3c7f1..6cdf31912d30250c636d95c380fead415535a3d8 100644 |
--- a/base/native_library.h |
+++ b/base/native_library.h |
@@ -66,6 +66,8 @@ void* GetFunctionPointerFromNativeLibrary(NativeLibrary library, |
// "mylib.dylib" on Mac. |
string16 GetNativeLibraryName(const string16& name); |
+string16 GetLibraryErrorMessage(); |
+ |
} // namespace base |
#endif // BASE_NATIVE_LIBRARY_H_ |