Index: chrome/common/chrome_paths_internal.h |
=================================================================== |
--- chrome/common/chrome_paths_internal.h (revision 253526) |
+++ chrome/common/chrome_paths_internal.h (working copy) |
@@ -80,6 +80,12 @@ |
// Get the local library directory. |
bool GetLocalLibraryDirectory(base::FilePath* result); |
+// Get the user library directory. |
+bool GetUserLibraryDirectory(base::FilePath* result); |
+ |
+// Get the user applications directory. |
+bool GetUserApplicationsDirectory(base::FilePath* result); |
+ |
// Get the global Application Support directory (under /Library/). |
bool GetGlobalApplicationSupportDirectory(base::FilePath* result); |