Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / webui / certificate_viewer_webui.h
index 29e5ea6..4873bae 100644 (file)
@@ -133,7 +133,8 @@ class CertificateViewerDialogHandler : public content::WebUIMessageHandler {
   // The dialog.
   CertificateViewerModalDialog* dialog_;
 
-  // The certificate chain.
+  // The certificate chain. Does not take references, so only valid as long as
+  // |cert_| is.
   net::X509Certificate::OSCertHandles cert_chain_;
 
   DISALLOW_COPY_AND_ASSIGN(CertificateViewerDialogHandler);