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

Unified Diff: ppapi/thunk/interfaces_ppb_private.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: ppapi/thunk/interfaces_ppb_private.h
diff --git a/ppapi/thunk/interfaces_ppb_private.h b/ppapi/thunk/interfaces_ppb_private.h
index de2d19408edc8561379244c6341c06d7291ca06a..5c312985a5d038439c7a16ff84201afcfa3f64e3 100644
--- a/ppapi/thunk/interfaces_ppb_private.h
+++ b/ppapi/thunk/interfaces_ppb_private.h
@@ -48,6 +48,9 @@ PROXIED_IFACE(PPB_UDPSocket_Private, PPB_UDPSOCKET_PRIVATE_INTERFACE_0_2,
PPB_UDPSocket_Private_0_2)
PROXIED_IFACE(PPB_UDPSocket_Private, PPB_UDPSOCKET_PRIVATE_INTERFACE_0_3,
PPB_UDPSocket_Private_0_3)
+PROXIED_IFACE(PPB_X509Certificate_Private,
yzshen1 2012/03/26 17:51:08 Do you need to also declare it in the PROXIED_API
raymes 2012/03/26 19:31:34 I added it, but not certain what it does?
yzshen1 2012/03/26 20:15:25 http://code.google.com/searchframe#OAMlx_jo-ck/src
+ PPB_X509CERTIFICATE_PRIVATE_INTERFACE_0_1,
+ PPB_X509Certificate_Private_0_1)
PROXIED_IFACE(NoAPIName, PPB_NETWORKLIST_PRIVATE_INTERFACE_0_2,
PPB_NetworkList_Private_0_2)

Powered by Google App Engine
This is Rietveld 408576698