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

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 85ebfdf975a0efa34c2373520158adc7d41eeaa7..150ff8fc266183e6cc743efd9d890e8f15316b73 100644
--- a/content/browser/renderer_host/pepper_message_filter.h
+++ b/content/browser/renderer_host/pepper_message_filter.h
@@ -44,6 +44,7 @@ class HostResolver;
namespace ppapi {
struct HostPortPair;
+class PPB_X509Certificate_Fields;
}
// This class is used in two contexts, both supporting PPAPI plugins. The first
@@ -230,6 +231,10 @@ class PepperMessageFilter
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