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

Unified Diff: chrome/browser/resources/options/chromeos/change_picture_options.js

Issue 426723004: options: Remove a bunch of useless: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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);

Powered by Google App Engine
This is Rietveld 408576698