| Index: chrome/common/chrome_paths_mac.mm
|
| diff --git a/chrome/common/chrome_paths_mac.mm b/chrome/common/chrome_paths_mac.mm
|
| index 7745be84dbba56e06abff57427a5d4c9bb049d56..b0f18c3815a3a8be6ade15a41c7463333e3a0efc 100644
|
| --- a/chrome/common/chrome_paths_mac.mm
|
| +++ b/chrome/common/chrome_paths_mac.mm
|
| @@ -139,10 +139,6 @@ bool GetUserPicturesDirectory(FilePath* result) {
|
| return base::mac::GetUserDirectory(NSPicturesDirectory, result);
|
| }
|
|
|
| -bool GetUserDesktop(FilePath* result) {
|
| - return base::mac::GetUserDirectory(NSDesktopDirectory, result);
|
| -}
|
| -
|
| FilePath GetVersionedDirectory() {
|
| if (g_override_versioned_directory)
|
| return *g_override_versioned_directory;
|
|
|