| Index: chrome/common/chrome_paths_android.cc
|
| diff --git a/chrome/common/chrome_paths_android.cc b/chrome/common/chrome_paths_android.cc
|
| index bc5c924d8ca19e279493a5c0f2539060409c589a..5ad53272b5b31e1546a839b702f88e3f779815c6 100644
|
| --- a/chrome/common/chrome_paths_android.cc
|
| +++ b/chrome/common/chrome_paths_android.cc
|
| @@ -38,9 +38,4 @@ bool GetUserPicturesDirectory(FilePath* result) {
|
| return false;
|
| }
|
|
|
| -bool GetUserDesktop(FilePath* result) {
|
| - NOTIMPLEMENTED() << "Android doesn't support GetUserDesktop";
|
| - return false;
|
| -}
|
| -
|
| } // namespace chrome
|
|
|