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

Unified Diff: chrome/browser/resources/options/certificate_manager.js

Issue 543493002: Compile chrome://settings, part 2: reduce from 950 to 400 errors (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@F_settings
Patch Set: rebase? rebase! Created 6 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
Index: chrome/browser/resources/options/certificate_manager.js
diff --git a/chrome/browser/resources/options/certificate_manager.js b/chrome/browser/resources/options/certificate_manager.js
index 9a78954d218ef3a51340aa94770c7a81e7c1b861..8b8287a4d16538256dcd0d41dfcd6fe415a5d346 100644
--- a/chrome/browser/resources/options/certificate_manager.js
+++ b/chrome/browser/resources/options/certificate_manager.js
@@ -14,6 +14,7 @@ cr.define('options', function() {
* blah
* @param {!string} id The id of this tab.
* @param {boolean} isKiosk True if dialog is shown during CrOS kiosk launch.
+ * @constructor
*/
function CertificateManagerTab(id, isKiosk) {
this.tree = $(id + '-tree');
@@ -169,6 +170,7 @@ cr.define('options', function() {
/**
* Encapsulated handling of ChromeOS accounts options page.
* @constructor
+ * @extends {cr.ui.pageManager.Page}
*/
function CertificateManager(model) {
Page.call(this, 'certificates',

Powered by Google App Engine
This is Rietveld 408576698