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

Unified Diff: chrome/browser/resources/chromeos/bluetooth_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
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/browser_options.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/bluetooth_options.js
diff --git a/chrome/browser/resources/chromeos/bluetooth_options.js b/chrome/browser/resources/chromeos/bluetooth_options.js
index 7ddff60c59ac4cdd0efe6a3f5b404b36b39e3bba..50ac86514fc7ceabc466dc5c88c1927fc378279e 100644
--- a/chrome/browser/resources/chromeos/bluetooth_options.js
+++ b/chrome/browser/resources/chromeos/bluetooth_options.js
@@ -22,11 +22,6 @@ cr.define('options', function() {
BluetoothOptions.prototype = {
__proto__: OptionsPage.prototype,
-
- /** @override */
- initializePage: function() {
- OptionsPage.prototype.initializePage.call(this);
- },
};
BluetoothOptions.updateDiscovery = function() {
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/browser_options.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698