| Index: chrome/browser/resources/options/chromeos/change_picture_options.js
|
| diff --git a/chrome/browser/resources/options/chromeos/change_picture_options.js b/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| index 93982ea69c353beaba9115269268c9d857d80022..cf2d2beaa3d6e17b3891951b082dadc2457fad14 100644
|
| --- a/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| +++ b/chrome/browser/resources/options/chromeos/change_picture_options.js
|
| @@ -39,9 +39,7 @@ cr.define('options', function() {
|
| // Inherit ChangePictureOptions from OptionsPage.
|
| __proto__: options.OptionsPage.prototype,
|
|
|
| - /**
|
| - * Initializes ChangePictureOptions page.
|
| - */
|
| + /** @override */
|
| initializePage: function() {
|
| // Call base class implementation to start preferences initialization.
|
| OptionsPage.prototype.initializePage.call(this);
|
|
|