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

Unified Diff: chrome/browser/resources/options2/certificate_restore_overlay.js

Issue 9113052: [uber page] Cleaning up some nits I found while mucking around in options2. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: jhawkins' review comments Created 8 years, 11 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 | « chrome/browser/resources/options2/certificate_backup_overlay.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options2/certificate_restore_overlay.js
diff --git a/chrome/browser/resources/options2/certificate_restore_overlay.js b/chrome/browser/resources/options2/certificate_restore_overlay.js
index d76a32976035797afd1b4dc243551177941e719c..2b15373c0802e3ab6811c1df4cf0fae679c05619 100644
--- a/chrome/browser/resources/options2/certificate_restore_overlay.js
+++ b/chrome/browser/resources/options2/certificate_restore_overlay.js
@@ -30,10 +30,10 @@ cr.define('options', function() {
var self = this;
$('certificateRestoreCancelButton').onclick = function(event) {
self.cancelRestore_();
- }
+ };
$('certificateRestoreOkButton').onclick = function(event) {
self.finishRestore_();
- }
+ };
self.clearInputFields_();
},
« no previous file with comments | « chrome/browser/resources/options2/certificate_backup_overlay.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698