Index: chrome/common/chrome_paths_android.cc |
diff --git a/chrome/common/chrome_paths_android.cc b/chrome/common/chrome_paths_android.cc |
index d647806aa47c55e36fa9c1021e8bdd6c9dbbd9d7..6a7d9ead4c3480dbfa34568de4a4c9652aeefabe 100644 |
--- a/chrome/common/chrome_paths_android.cc |
+++ b/chrome/common/chrome_paths_android.cc |
@@ -48,11 +48,6 @@ bool GetUserVideosDirectory(FilePath* result) { |
return false; |
} |
-bool GetUserDesktop(FilePath* result) { |
- NOTIMPLEMENTED() << "Android doesn't support GetUserDesktop"; |
- return false; |
-} |
- |
bool ProcessNeedsProfileDir(const std::string& process_type) { |
return true; |
} |