| Index: ppapi/proxy/ppb_instance_proxy.h
|
| ===================================================================
|
| --- ppapi/proxy/ppb_instance_proxy.h (revision 219784)
|
| +++ ppapi/proxy/ppb_instance_proxy.h (working copy)
|
| @@ -114,6 +114,9 @@
|
| virtual PP_Var GetPluginInstanceURL(
|
| PP_Instance instance,
|
| PP_URLComponents_Dev* components) OVERRIDE;
|
| + virtual PP_Var GetPluginRefererURL(
|
| + PP_Instance instance,
|
| + PP_URLComponents_Dev* components) OVERRIDE;
|
| virtual void NeedKey(PP_Instance instance,
|
| PP_Var key_system,
|
| PP_Var session_id,
|
| @@ -218,6 +221,8 @@
|
| PP_Bool* result);
|
| void OnHostMsgGetPluginInstanceURL(PP_Instance instance,
|
| SerializedVarReturnValue result);
|
| + void OnHostMsgGetPluginRefererURL(PP_Instance instance,
|
| + SerializedVarReturnValue result);
|
| virtual void OnHostMsgNeedKey(PP_Instance instance,
|
| SerializedVarReceiveInput key_system,
|
| SerializedVarReceiveInput session_id,
|
|
|