Chromium Code Reviews| Index: ppapi/proxy/resource_creation_proxy.h |
| diff --git a/ppapi/proxy/resource_creation_proxy.h b/ppapi/proxy/resource_creation_proxy.h |
| index 60c98fb81d959ff6307b1a52dc10d05c99dfe015..f01d919ccfc356629b1faa6c33728dc802bc6fc5 100644 |
| --- a/ppapi/proxy/resource_creation_proxy.h |
| +++ b/ppapi/proxy/resource_creation_proxy.h |
| @@ -138,6 +138,7 @@ class ResourceCreationProxy : public InterfaceProxy, |
| const PP_FloatPoint* wheel_delta, |
| const PP_FloatPoint* wheel_ticks, |
| PP_Bool scroll_by_page) OVERRIDE; |
| + virtual PP_Resource CreateX509Certificate(PP_Instance instance) OVERRIDE; |
|
yzshen1
2012/03/22 23:32:40
Use the full name, please.
CreateFlashxxx or Creat
raymes
2012/03/26 16:05:57
Done.
|
| virtual bool Send(IPC::Message* msg) OVERRIDE; |
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE; |