Chromium Code Reviews| Index: runtime/bin/socket.h |
| diff --git a/runtime/bin/socket.h b/runtime/bin/socket.h |
| index 63fc5ef94279b532af1b2296af5b0c44b239d5d4..a32090c3726f2c2b072a32a00ca29ac9a38d4121 100644 |
| --- a/runtime/bin/socket.h |
| +++ b/runtime/bin/socket.h |
| @@ -220,7 +220,8 @@ class ServerSocket { |
| static intptr_t CreateBindListen(RawAddr addr, |
| intptr_t port, |
| intptr_t backlog, |
| - bool v6_only = false); |
| + bool v6_only = false, |
| + bool reuse_port = false); |
| private: |
| DISALLOW_ALLOCATION(); |