| Index: chrome/browser/resources/options/factory_reset_overlay.js
|
| diff --git a/chrome/browser/resources/options/factory_reset_overlay.js b/chrome/browser/resources/options/factory_reset_overlay.js
|
| index a3d3c6e5d74d198a656227db4f4ad7ffdf9c6119..81b1450b4dd33067408db0b616acafc32856701a 100644
|
| --- a/chrome/browser/resources/options/factory_reset_overlay.js
|
| +++ b/chrome/browser/resources/options/factory_reset_overlay.js
|
| @@ -22,9 +22,7 @@ cr.define('options', function() {
|
| // Inherit FactoryResetOverlay from OptionsPage.
|
| __proto__: OptionsPage.prototype,
|
|
|
| - /**
|
| - * Initialize the page.
|
| - */
|
| + /** @override */
|
| initializePage: function() {
|
| // Call base class implementation to starts preference initialization.
|
| OptionsPage.prototype.initializePage.call(this);
|
|
|