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

Unified Diff: base/base_paths.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/path_utils.cc ('k') | base/base_paths_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths.h
diff --git a/base/base_paths.h b/base/base_paths.h
index 3875fb4025114c87b0df199dfe2e297c3a0684eb..39edd164c38fbeb45a3579ab189d15df54f34de7 100644
--- a/base/base_paths.h
+++ b/base/base_paths.h
@@ -42,6 +42,9 @@ enum BasePathKey {
// ~/Library/Caches on Mac.
DIR_HOME, // $HOME on POSIX-like systems.
#endif
+#if defined(OS_ANDROID)
+ DIR_ANDROID_EXTERNAL_STORAGE, // Android external storage directory.
+#endif
PATH_END
};
« no previous file with comments | « base/android/path_utils.cc ('k') | base/base_paths_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698