| Index: chrome/browser/resources/options/certificate_import_error_overlay.js
|
| diff --git a/chrome/browser/resources/options/certificate_import_error_overlay.js b/chrome/browser/resources/options/certificate_import_error_overlay.js
|
| index 4eed1d25d5739106cc8b3b52749b17d43dfff510..d00abafe8708dabdf1e7f2be28dd18a0de76bccf 100644
|
| --- a/chrome/browser/resources/options/certificate_import_error_overlay.js
|
| +++ b/chrome/browser/resources/options/certificate_import_error_overlay.js
|
| @@ -22,9 +22,7 @@ cr.define('options', function() {
|
| // Inherit CertificateImportErrorOverlay from OptionsPage.
|
| __proto__: OptionsPage.prototype,
|
|
|
| - /**
|
| - * Initialize the page.
|
| - */
|
| + /** @override */
|
| initializePage: function() {
|
| // Call base class implementation to start preference initialization.
|
| OptionsPage.prototype.initializePage.call(this);
|
| @@ -58,7 +56,7 @@ cr.define('options', function() {
|
| }
|
|
|
| OptionsPage.navigateToPage('certificateImportErrorOverlay');
|
| - }
|
| + };
|
|
|
| // Export
|
| return {
|
|
|