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

Unified Diff: chrome/browser/resources/chromeos/browser_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
Index: chrome/browser/resources/chromeos/browser_options.js
diff --git a/chrome/browser/resources/chromeos/browser_options.js b/chrome/browser/resources/chromeos/browser_options.js
index de2b8f7abbf6160b11281c5ea436f7f6b47fea5f..239bac1b8b2fbd6d10aaad52dfa95a7f07a8cc3e 100644
--- a/chrome/browser/resources/chromeos/browser_options.js
+++ b/chrome/browser/resources/chromeos/browser_options.js
@@ -22,11 +22,6 @@ cr.define('options', function() {
BrowserOptions.prototype = {
__proto__: OptionsPage.prototype,
-
- /** @override */
- initializePage: function() {
- OptionsPage.prototype.initializePage.call(this);
- },
};
BrowserOptions.showBluetoothSettings = function() {

Powered by Google App Engine
This is Rietveld 408576698