diff options
Diffstat (limited to 'base/path_service.cc')
-rw-r--r-- | base/path_service.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/base/path_service.cc b/base/path_service.cc index a1b1db9..da172b3 100644 --- a/base/path_service.cc +++ b/base/path_service.cc @@ -231,10 +231,6 @@ bool PathService::Override(int key, const FilePath& path) { return true; } -bool PathService::SetCurrentDirectory(const std::wstring& current_directory) { - return file_util::SetCurrentDirectory(current_directory); -} - void PathService::RegisterProvider(ProviderFunc func, int key_start, int key_end) { PathData* path_data = GetPathData(); |