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

Unified Diff: Source/devtools/front_end/sdk/NetworkManager.js

Issue 1308173008: DevTools: [security] allow opening certificate viewer from devtools (blink) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | Source/devtools/protocol.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sdk/NetworkManager.js
diff --git a/Source/devtools/front_end/sdk/NetworkManager.js b/Source/devtools/front_end/sdk/NetworkManager.js
index 29ab862de358d7f186b0d3d951041954ed03252a..633c14f3d9f5307e426bea1716f54b6b55a6030c 100644
--- a/Source/devtools/front_end/sdk/NetworkManager.js
+++ b/Source/devtools/front_end/sdk/NetworkManager.js
@@ -155,6 +155,14 @@ WebInspector.NetworkManager.prototype = {
this._updateNetworkConditions(/** @type {!WebInspector.NetworkManager.Conditions} */ (event.data));
},
+ /**
+ * @param {!NetworkAgent.CertificateId} certificateId
+ */
+ showCertificateViewer: function(certificateId)
+ {
+ this._networkAgent.showCertificateViewer(certificateId);
+ },
+
__proto__: WebInspector.SDKModel.prototype
}
« no previous file with comments | « no previous file | Source/devtools/protocol.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698