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

Unified Diff: base/android/path_utils.h

Issue 10867020: Add DIR_ANDROID_EXTERNAL_STORAGE to base/base_path.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Restrict to Android only. Created 8 years, 4 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 4c9cc18a747e986e6897e38b1e719d9492b17191..29c94d6bad1859726895619f529e641e3181315d 100644
--- a/base/android/path_utils.h
+++ b/base/android/path_utils.h
@@ -28,6 +28,9 @@ std::string GetDownloadsDirectory();
// ApplicationInfo.nativeLibraryDir on the Java side.
std::string GetNativeLibraryDirectory();
+// Returns the absolute path to the external storage directory.
+std::string GetExternalStorageDirectory();
+
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