diff options
Diffstat (limited to 'chrome/common/chrome_paths_android.cc')
-rw-r--r-- | chrome/common/chrome_paths_android.cc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/common/chrome_paths_android.cc b/chrome/common/chrome_paths_android.cc index d647806..6a7d9ea 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; } |