Index: chrome/common/chrome_paths.cc |
diff --git a/chrome/common/chrome_paths.cc b/chrome/common/chrome_paths.cc |
index ec3d49e32731024791f7ecd9757dad781636f3ad..604fc6f7ae63f2b0875640cab1a25ef6ff13e4f7 100644 |
--- a/chrome/common/chrome_paths.cc |
+++ b/chrome/common/chrome_paths.cc |
@@ -208,10 +208,6 @@ bool PathProvider(int key, FilePath* result) { |
cur = cur.Append(FILE_PATH_LITERAL("Crash Reports")); |
create_dir = true; |
break; |
- case chrome::DIR_USER_DESKTOP: |
- if (!GetUserDesktop(&cur)) |
- return false; |
- break; |
case chrome::DIR_RESOURCES: |
#if defined(OS_MACOSX) |
cur = base::mac::FrameworkBundlePath(); |