| Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| index 1eee263c4047d5c37ff00bbb241d397f241402d8..6085308a9b91370e8de3c92425d880b721197ca1 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| @@ -888,6 +888,11 @@ class PpbTestingRpcClient {
|
| NaClSrpcChannel* channel,
|
| PP_Instance instance,
|
| int32_t* live_object_count);
|
| + static NaClSrpcError PPB_Testing_GetDocumentURL(
|
| + NaClSrpcChannel* channel,
|
| + PP_Instance instance,
|
| + nacl_abi_size_t* components_bytes, char* components,
|
| + nacl_abi_size_t* url_bytes, char* url);
|
|
|
| private:
|
| PpbTestingRpcClient();
|
|
|