Chromium Code Reviews| Index: webkit/plugins/ppapi/plugin_delegate.h |
| diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
| index 8b6f4434271b7348c64645fc892bb36a4d23d6cb..8bbe32c86ddadc2d198a2b65c70e37fcf53bc0b7 100644 |
| --- a/webkit/plugins/ppapi/plugin_delegate.h |
| +++ b/webkit/plugins/ppapi/plugin_delegate.h |
| @@ -59,6 +59,7 @@ class PPB_HostResolver_Shared; |
| struct DeviceRefData; |
| struct HostPortPair; |
| struct Preferences; |
| +class PPB_X509Certificate_Fields; |
|
yzshen1
2012/03/22 23:32:40
sort, please.
raymes
2012/03/26 16:05:57
Done.
|
| } |
| namespace skia { |
| @@ -522,6 +523,11 @@ class PluginDelegate { |
| virtual void RemoveNetworkListObserver( |
| webkit_glue::NetworkListObserver* observer) = 0; |
| + // For PPB_Flash_X509_Certificate |
|
yzshen1
2012/03/22 23:32:40
Add a period at the end, please.
raymes
2012/03/26 16:05:57
Done.
|
| + 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( |