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

Unified Diff: base/android/path_utils.h

Issue 10663039: Add Java function to retrieve the native library dir. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to the latest revision Created 8 years, 6 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 | « base/android/java/src/org/chromium/base/PathUtils.java ('k') | base/android/path_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « base/android/java/src/org/chromium/base/PathUtils.java ('k') | base/android/path_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698