| 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',
|
|
|