diff options
author | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 16:11:16 +0000 |
---|---|---|
committer | michaelbai@google.com <michaelbai@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-02 16:11:16 +0000 |
commit | 61c86c6a23ab32e81337f66f1b958d8ec3e8bd45 (patch) | |
tree | 64f18cd34be5ad9ec1140c3e334f5483af8af462 /base/base_paths.h | |
parent | eccefee0229e222c0130dca22412b4dccfa3f181 (diff) | |
download | chromium_src-61c86c6a23ab32e81337f66f1b958d8ec3e8bd45.zip chromium_src-61c86c6a23ab32e81337f66f1b958d8ec3e8bd45.tar.gz chromium_src-61c86c6a23ab32e81337f66f1b958d8ec3e8bd45.tar.bz2 |
Android's paths and message loop implementation with JNI
BUG=
TEST=
Review URL: http://codereview.chromium.org/7518032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_paths.h')
-rw-r--r-- | base/base_paths.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_paths.h b/base/base_paths.h index 3c3c8ed..f724c3f 100644 --- a/base/base_paths.h +++ b/base/base_paths.h @@ -40,6 +40,9 @@ enum { // This is $XDG_CACHE_HOME on Linux and // ~/Library/Caches on Mac. #endif +#if defined(OS_ANDROID) + DIR_ANDROID_APP_DATA, // Directory where to put android app's data. +#endif PATH_END }; |