Expose through the actual JS API too
authorjoshaber <joshaber@gmail.com>
Mon, 3 Apr 2017 19:25:06 +0000 (15:25 -0400)
committerjoshaber <joshaber@gmail.com>
Mon, 3 Apr 2017 19:25:06 +0000 (15:25 -0400)
lib/browser/api/dialog.js

index 834a6a6..814a8a2 100644 (file)
@@ -280,6 +280,10 @@ module.exports = {
 
   showErrorBox: function (...args) {
     return binding.showErrorBox(...args)
+  },
+
+  showCertificateTrustDialog: function (...args) {
+    return binding.showCertificateTrustDialog(...args)
   }
 }