| Index: chrome/common/chrome_paths_mac.mm
|
| diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
|
| index f93379606eef4ed5293be6df545c944fd619d0ae..5b63f47f07b2f0dd4892ccfecd8b0649b80c5e52 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;
|
|
|