Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / options / chromeos / pointer_overlay.js
index d6a4de9..83e533c 100644 (file)
@@ -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);
-    },
   };
 
   /**