| Index: ppapi/proxy/ppb_instance_proxy.h
|
| diff --git a/ppapi/proxy/ppb_instance_proxy.h b/ppapi/proxy/ppb_instance_proxy.h
|
| index 6dff87c7778c4ff9ff0cb6d84b7df0a4515a85cb..a6516bc1754f924d1598376849db31ab11713d33 100644
|
| --- a/ppapi/proxy/ppb_instance_proxy.h
|
| +++ b/ppapi/proxy/ppb_instance_proxy.h
|
| @@ -117,10 +117,6 @@ class PPB_Instance_Proxy : public InterfaceProxy,
|
| virtual PP_Var GetPluginReferrerURL(
|
| PP_Instance instance,
|
| PP_URLComponents_Dev* components) OVERRIDE;
|
| - virtual void NeedKey(PP_Instance instance,
|
| - PP_Var key_system,
|
| - PP_Var session_id,
|
| - PP_Var init_data) OVERRIDE;
|
| virtual void KeyAdded(PP_Instance instance,
|
| PP_Var key_system,
|
| PP_Var session_id) OVERRIDE;
|
| @@ -223,10 +219,6 @@ class PPB_Instance_Proxy : public InterfaceProxy,
|
| SerializedVarReturnValue result);
|
| void OnHostMsgGetPluginReferrerURL(PP_Instance instance,
|
| SerializedVarReturnValue result);
|
| - virtual void OnHostMsgNeedKey(PP_Instance instance,
|
| - SerializedVarReceiveInput key_system,
|
| - SerializedVarReceiveInput session_id,
|
| - SerializedVarReceiveInput init_data);
|
| virtual void OnHostMsgKeyAdded(PP_Instance instance,
|
| SerializedVarReceiveInput key_system,
|
| SerializedVarReceiveInput session_id);
|
|
|