summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_paths_mac.mm
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/chrome_paths_mac.mm')
-rw-r--r--chrome/common/chrome_paths_mac.mm4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
index f933796..5b63f47 100644
--- a/chrome/common/chrome_paths_mac.mm
+++ b/chrome/common/chrome_paths_mac.mm
@@ -147,10 +147,6 @@ bool GetUserVideosDirectory(FilePath* result) {
return base::mac::GetUserDirectory(NSMoviesDirectory, result);
}
-bool GetUserDesktop(FilePath* result) {
- return base::mac::GetUserDirectory(NSDesktopDirectory, result);
-}
-
FilePath GetVersionedDirectory() {
if (g_override_versioned_directory)
return *g_override_versioned_directory;