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

Unified Diff: chrome/browser/resources/options/chromeos/pointer_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/pointer_overlay.js
diff --git a/chrome/browser/resources/options/chromeos/pointer_overlay.js b/chrome/browser/resources/options/chromeos/pointer_overlay.js
index d6a4de9177b2640caa3b6ef7cdf19a2eb87d659e..83e533cc50bace56c4d2d77c5ade38a99c20d50c 100644
--- a/chrome/browser/resources/options/chromeos/pointer_overlay.js
+++ b/chrome/browser/resources/options/chromeos/pointer_overlay.js
@@ -23,14 +23,6 @@ cr.define('options', function() {
PointerOverlay.prototype = {
__proto__: SettingsDialog.prototype,
-
- /**
- * Initialize the page.
- */
- initializePage: function() {
- // Call base class implementation to start preference initialization.
- SettingsDialog.prototype.initializePage.call(this);
- },
};
/**

Powered by Google App Engine
This is Rietveld 408576698