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

Unified Diff: chrome/browser/resources/chromeos/fake_bluetooth_overlay_parent.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/chromeos/fake_bluetooth_overlay_parent.js
diff --git a/chrome/browser/resources/chromeos/fake_bluetooth_overlay_parent.js b/chrome/browser/resources/chromeos/fake_bluetooth_overlay_parent.js
index eb154bb458b8e37ec9fe57e54ed4099e32e0dc9f..c98371a074529a13dd08622c9b26c1959a3f2b8e 100644
--- a/chrome/browser/resources/chromeos/fake_bluetooth_overlay_parent.js
+++ b/chrome/browser/resources/chromeos/fake_bluetooth_overlay_parent.js
@@ -20,14 +20,6 @@ cr.define('options', function() {
FakeBluetoothOverlayParent.prototype = {
// Inherit FakeBluetoothOverlayParent from OptionsPage.
__proto__: OptionsPage.prototype,
-
- /**
- * Initializes FakeBluetoothOverlayParent page.
- */
- initializePage: function() {
- // Call base class implementation to starts preference initialization.
- OptionsPage.prototype.initializePage.call(this);
- },
};
// Export
« no previous file with comments | « chrome/browser/resources/chromeos/browser_options.js ('k') | chrome/browser/resources/options/alert_overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698