Index: base/android/path_utils.h |
diff --git a/base/android/path_utils.h b/base/android/path_utils.h |
index 2e9572728aabc1dd3910ca2fd0a861c2fbac0b0d..4c9cc18a747e986e6897e38b1e719d9492b17191 100644 |
--- a/base/android/path_utils.h |
+++ b/base/android/path_utils.h |
@@ -24,6 +24,10 @@ std::string GetCacheDirectory(); |
// Returns the path to the public downloads directory. |
std::string GetDownloadsDirectory(); |
+// Returns the path to the native JNI libraries via |
+// ApplicationInfo.nativeLibraryDir on the Java side. |
+std::string GetNativeLibraryDirectory(); |
+ |
bool RegisterPathUtils(JNIEnv* env); |
} // namespace android |