Index: base/files/file.h |
diff --git a/base/files/file.h b/base/files/file.h |
index b21b15972bce7c62be0dad659cff4e76af262ac2..94ef56fbbc8fae9be21f93a38dbad1e49a06de20 100644 |
--- a/base/files/file.h |
+++ b/base/files/file.h |
@@ -176,6 +176,9 @@ class BASE_EXPORT File { |
~File(); |
+ // Takes ownership of |platform_file|. |
+ static File CreateForAsyncHandle(PlatformFile platform_file); |
+ |
// Move operator= for C++03 move emulation of this type. |
File& operator=(RValue other); |