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

Unified Diff: base/base_paths_mac.h

Issue 10823157: Prettify Mac names, rewrite getDisplayPath API call to focus on $HOME (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Actually works on Mac now 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 | « no previous file | base/base_paths_mac.mm » ('j') | base/mac/foundation_util.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base_paths_mac.h
diff --git a/base/base_paths_mac.h b/base/base_paths_mac.h
index ac75402f3c1df94f6cc276b274f74841709a4921..959b264cfe247979603cbe7a2ef368273a728615 100644
--- a/base/base_paths_mac.h
+++ b/base/base_paths_mac.h
@@ -15,6 +15,9 @@ enum {
PATH_MAC_START = 200,
DIR_APP_DATA, // ~/Library/Application Support
+ DIR_DESKTOP, // ~/Desktop
+ DIR_DOCUMENTS, // ~/Documents
+ DIR_DOWNLOADS, // ~/Downloads
PATH_MAC_END
};
« no previous file with comments | « no previous file | base/base_paths_mac.mm » ('j') | base/mac/foundation_util.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698