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

Unified Diff: base/base_paths.h

Issue 10700136: Prettify output from chrome.fileSystem.getDisplayPath for POSIX profile directories (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 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
« no previous file with comments | « no previous file | base/base_paths_posix.cc » ('j') | base/base_paths_posix.cc » ('J')
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 f1f3f167dadcff526145d7dcb83e5208293a4f2d..ef786b4109f0055c26e5a48b7a2921173cfb443c 100644
--- a/base/base_paths.h
+++ b/base/base_paths.h
@@ -41,6 +41,7 @@ enum BasePathKey {
// browser cache can be a subdirectory.
// This is $XDG_CACHE_HOME on Linux and
// ~/Library/Caches on Mac.
+ DIR_HOME, // $HOME on POSIX-like systems.
#endif
PATH_END
« no previous file with comments | « no previous file | base/base_paths_posix.cc » ('j') | base/base_paths_posix.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698