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

Unified Diff: ppapi/cpp/private/x509_certificate_private.h

Issue 9699100: Add functionality to pppapi TCPSocket to support secure sockets in flash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 8 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
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/cpp/private/x509_certificate_private.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/private/x509_certificate_private.h
diff --git a/ppapi/cpp/private/x509_certificate_private.h b/ppapi/cpp/private/x509_certificate_private.h
index 5b316b4216aaf2c3bfc81991ba772a20a291c54a..981f581439c143e93c93904f476831a36bdfead7 100644
--- a/ppapi/cpp/private/x509_certificate_private.h
+++ b/ppapi/cpp/private/x509_certificate_private.h
@@ -13,12 +13,12 @@ namespace pp {
class Var;
-class X509Certificate : public Resource {
+class X509CertificatePrivate : public Resource {
public:
// Creates an is_null() object.
- X509Certificate();
- explicit X509Certificate(PP_Resource resource);
- explicit X509Certificate(const InstanceHandle& instance);
+ X509CertificatePrivate();
+ X509CertificatePrivate(PassRef, PP_Resource resource);
+ explicit X509CertificatePrivate(const InstanceHandle& instance);
// Returns true if the required interface is available.
static bool IsAvailable();
« no previous file with comments | « ppapi/cpp/private/tcp_socket_private.cc ('k') | ppapi/cpp/private/x509_certificate_private.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698