Chromium Code Reviews| Index: base/base_paths_posix.cc |
| diff --git a/base/base_paths_posix.cc b/base/base_paths_posix.cc |
| index b4147e993274e321d4403bb621ac75f94437ee7f..cf136d47fa3dfeaf6058f8f11e19654df7ae3296 100644 |
| --- a/base/base_paths_posix.cc |
| +++ b/base/base_paths_posix.cc |
| @@ -109,9 +109,6 @@ bool PathProviderPosix(int key, FilePath* result) { |
| *result = cache_dir; |
| return true; |
| } |
| - case base::DIR_HOME: |
| - *result = GetHomeDir(); |
| - return true; |
| } |
| return false; |
| } |