| Index: webkit/plugins/ppapi/plugin_delegate.h
|
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h
|
| index 1003a6fb745180d14b0f6adc5c857f5f03610c76..d5c15571769f0ef130bd8fbf446942ca1976a50c 100644
|
| --- a/webkit/plugins/ppapi/plugin_delegate.h
|
| +++ b/webkit/plugins/ppapi/plugin_delegate.h
|
| @@ -56,6 +56,7 @@ class CommandBuffer;
|
|
|
| namespace ppapi {
|
| class PPB_HostResolver_Shared;
|
| +class PPB_X509Certificate_Fields;
|
| struct DeviceRefData;
|
| struct HostPortPair;
|
| struct Preferences;
|
| @@ -513,6 +514,11 @@ class PluginDelegate {
|
| virtual void RemoveNetworkListObserver(
|
| webkit_glue::NetworkListObserver* observer) = 0;
|
|
|
| + // For PPB_X509Certificate_Private.
|
| + virtual bool X509CertificateParseDER(
|
| + const std::vector<char>& der,
|
| + ::ppapi::PPB_X509Certificate_Fields* fields) = 0;
|
| +
|
| // Show the given context menu at the given position (in the plugin's
|
| // coordinates).
|
| virtual int32_t ShowContextMenu(
|
|
|