diff options
Diffstat (limited to 'base/path_service.h')
-rw-r--r-- | base/path_service.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/base/path_service.h b/base/path_service.h index 4d99cdc..edaa5e3 100644 --- a/base/path_service.h +++ b/base/path_service.h @@ -27,11 +27,6 @@ class PathService { // Returns true if the directory or file was successfully retrieved. On // failure, 'path' will not be changed. static bool Get(int key, FilePath* path); -#if defined(OS_WIN) - // This version, producing a wstring, is deprecated and only kept around - // until we can fix all callers. - static bool Get(int key, std::wstring* path); -#endif // Overrides the path to a special directory or file. This cannot be used to // change the value of DIR_CURRENT, but that should be obvious. Also, if the |