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

Unified Diff: base/native_library.h

Issue 2268002: Implemented mid-level Negotiate protocol for Posix. (Closed)
Patch Set: Merged with trunk. Created 10 years, 7 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_linux.cc » ('j') | no next file with comments »
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 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_
« no previous file with comments | « no previous file | base/native_library_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698