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

Unified Diff: chrome/browser/resources/certificate_viewer.js

Issue 8461015: UI polish for certificate viewer. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Nit Created 9 years 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 | « chrome/browser/resources/certificate_viewer.html ('k') | chrome/browser/resources/shared/css/tabs.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/certificate_viewer.js
diff --git a/chrome/browser/resources/certificate_viewer.js b/chrome/browser/resources/certificate_viewer.js
index 7e1a5f84d0fafc9000ff89ffe686627fd817de46..18c612f0b1e5b37ad0a890389175828930258edf 100644
--- a/chrome/browser/resources/certificate_viewer.js
+++ b/chrome/browser/resources/certificate_viewer.js
@@ -10,9 +10,6 @@ cr.define('cert_viewer', function() {
* substituting in translated strings and requesting certificate details.
*/
function initialize() {
- $('close').onclick = function() {
- window.close();
- }
$('export').onclick = exportCertificate;
cr.ui.decorate('tabbox', cr.ui.TabBox);
« no previous file with comments | « chrome/browser/resources/certificate_viewer.html ('k') | chrome/browser/resources/shared/css/tabs.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698