Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1118)

Unified Diff: content/browser/renderer_host/pepper_message_filter.h

Issue 9693024: Add the PPAPI X509 Certificate interface and implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/renderer_host/pepper_message_filter.h
diff --git a/content/browser/renderer_host/pepper_message_filter.h b/content/browser/renderer_host/pepper_message_filter.h
index c2b9a51103cff5d0fc239e2e0d108626c7751aa3..f41c8aefb439dadc757810c26cd9dc8d3b1a9ae4 100644
--- a/content/browser/renderer_host/pepper_message_filter.h
+++ b/content/browser/renderer_host/pepper_message_filter.h
@@ -39,6 +39,7 @@ class HostResolver;
namespace ppapi {
struct HostPortPair;
+class PPB_X509Certificate_Fields;
}
// This class is used in two contexts, both supporting PPAPI plugins. The first
@@ -207,6 +208,10 @@ class PepperMessageFilter : public content::BrowserMessageFilter {
const ppapi::HostPortPair& host_port,
const PP_HostResolver_Private_Hint& hint);
+ void OnX509CertificateParseDER(const std::vector<char>& der,
+ bool* succeeded,
+ ppapi::PPB_X509Certificate_Fields* result);
+
// Callback when the font list has been retrieved on a background thread.
void GetFontFamiliesComplete(IPC::Message* reply_msg,
scoped_ptr<base::ListValue> result);

Powered by Google App Engine
This is Rietveld 408576698