Index: ppapi/thunk/ppb_udp_socket_private_api.h |
diff --git a/ppapi/thunk/ppb_udp_socket_private_api.h b/ppapi/thunk/ppb_udp_socket_private_api.h |
index b8a3436a2e57aea9e9bdad25ba9d76bea6351a05..ee5ac8e7ea223a5b93f575671841aa3089c5d46f 100644 |
--- a/ppapi/thunk/ppb_udp_socket_private_api.h |
+++ b/ppapi/thunk/ppb_udp_socket_private_api.h |
@@ -1,4 +1,4 @@ |
-// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
+// Copyright (c) 2012 The Chromium Authors. All rights reserved. |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
@@ -17,6 +17,7 @@ class PPAPI_THUNK_EXPORT PPB_UDPSocket_Private_API { |
virtual int32_t Bind(const PP_NetAddress_Private* addr, |
PP_CompletionCallback callback) = 0; |
+ virtual PP_Bool GetBoundAddress(PP_NetAddress_Private* addr) = 0; |
virtual int32_t RecvFrom(char* buffer, |
int32_t num_bytes, |
PP_CompletionCallback callback) = 0; |