| Index: webkit/plugins/ppapi/mock_plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/mock_plugin_delegate.h b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| index 8a376eaab39736cdd6af2f3fc87208daf808a841..424ae4e6b70a29a2fb6bbdcfd394fde61f073cd8 100644
|
| --- a/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/mock_plugin_delegate.h
|
| @@ -8,6 +8,7 @@
|
| #include "webkit/plugins/ppapi/plugin_delegate.h"
|
|
|
| struct PP_NetAddress_Private;
|
| +namespace ppapi { class PPB_X509Certificate_Fields; }
|
| namespace webkit_glue { class ClipboardClient; }
|
|
|
| namespace webkit {
|
| @@ -155,6 +156,10 @@ class MockPluginDelegate : public PluginDelegate {
|
| webkit_glue::NetworkListObserver* observer) OVERRIDE;
|
| virtual void RemoveNetworkListObserver(
|
| webkit_glue::NetworkListObserver* observer) OVERRIDE;
|
| + virtual bool X509CertificateParseDER(
|
| + const std::vector<char>& der,
|
| + ::ppapi::PPB_X509Certificate_Fields* fields);
|
| +
|
| virtual int32_t ShowContextMenu(
|
| PluginInstance* instance,
|
| webkit::ppapi::PPB_Flash_Menu_Impl* menu,
|
|
|