Chromium Code Reviews| Index: bin/file.h |
| =================================================================== |
| --- bin/file.h (revision 5061) |
| +++ bin/file.h (working copy) |
| @@ -123,6 +123,7 @@ |
| static bool IsAbsolutePath(const char* pathname); |
| static char* GetCanonicalPath(const char* name); |
| static char* GetContainingDirectory(char* name); |
| + static const char* GetWorkingDirectory(); |
| static const char* PathSeparator(); |
| static const char* StringEscapedPathSeparator(); |
| static StdioHandleType GetStdioHandleType(int fd); |