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

Unified Diff: chrome/browser/resources/options/chromeos/keyboard_overlay.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/keyboard_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/keyboard_overlay.js b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
index 02f821a5db270a53462fb123c39f350e4c20c97d..6082fb7cb1115cf517d992b699a93e5ab72d836e 100644
--- a/chrome/browser/resources/options/chromeos/keyboard_overlay.js
+++ b/chrome/browser/resources/options/chromeos/keyboard_overlay.js
@@ -40,9 +40,7 @@ cr.define('options', function() {
KeyboardOverlay.prototype = {
__proto__: options.SettingsDialog.prototype,
- /**
- * Initializes the page. This method is called in initialize.
- */
+ /** @override */
initializePage: function() {
options.SettingsDialog.prototype.initializePage.call(this);

Powered by Google App Engine
This is Rietveld 408576698