Chromium Code Reviews| Index: runtime/bin/file.h |
| diff --git a/runtime/bin/file.h b/runtime/bin/file.h |
| index 11f509a1370c37297d6112c473fabd47daeba6cd..0a29cddeb9d71270dbeb20ac3368797965600a95 100644 |
| --- a/runtime/bin/file.h |
| +++ b/runtime/bin/file.h |
| @@ -46,6 +46,7 @@ class File { |
| // Get the current position in the file. |
| // Returns a negative value if position cannot be determined. |
| off_t Position(); |
| + off_t SetPosition(int64_t position); |
| // Flush contents of file. |
| void Flush(); |