| Index: base/platform_file.h
|
| diff --git a/base/platform_file.h b/base/platform_file.h
|
| index dd3028bff5f68876817d10703cbf209942564f60..a9ec59ae3b801b961fd62e6fc163c89cd6a3d684 100644
|
| --- a/base/platform_file.h
|
| +++ b/base/platform_file.h
|
| @@ -100,10 +100,6 @@ PlatformFile CreatePlatformFile(const FilePath& name,
|
| int flags,
|
| bool* created,
|
| PlatformFileError* error_code);
|
| -// Deprecated.
|
| -PlatformFile CreatePlatformFile(const std::wstring& name,
|
| - int flags,
|
| - bool* created);
|
|
|
| // Closes a file handle. Returns |true| on success and |false| otherwise.
|
| bool ClosePlatformFile(PlatformFile file);
|
|
|