| 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 aa2f7d09fb5fd0c463e0c3a0154a2adb66e74e56..e454c20e83001625afcb27a7a58b75f69eb63ff2 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
|
| @@ -890,6 +890,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();
|
|
|