Index: content/browser/renderer_host/x509_user_cert_resource_handler.h |
diff --git a/content/browser/renderer_host/x509_user_cert_resource_handler.h b/content/browser/renderer_host/x509_user_cert_resource_handler.h |
index 13dbba6427c381eed2258cdda4d79fe50b80c938..efe3a8131aaec7cab66eca4430214e09362ff1d6 100644 |
--- a/content/browser/renderer_host/x509_user_cert_resource_handler.h |
+++ b/content/browser/renderer_host/x509_user_cert_resource_handler.h |
@@ -86,7 +86,8 @@ class X509UserCertResourceHandler : public ResourceHandler { |
int render_process_host_id_; |
// The id of the |RenderView| which started the download. |
int render_view_id_; |
- |
+ // 'true' is the resource is a PKCS#12 keychain, instead of a certificate. |
+ bool is_pkcs12_; |
DISALLOW_COPY_AND_ASSIGN(X509UserCertResourceHandler); |
}; |