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

Unified Diff: base/base_paths.h

Issue 7518032: Android's paths and message loop implementation with JNI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix dependence again. Created 9 years, 5 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
Index: base/base_paths.h
diff --git a/base/base_paths.h b/base/base_paths.h
index 3c3c8edc9aac356171164f4bcca94f47af17d299..f724c3f711bd37cb6e5b8e5994c155a304bdd00b 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
};

Powered by Google App Engine
This is Rietveld 408576698