| Index: chrome/browser/resources/options/chromeos/internet_detail.js
|
| diff --git a/chrome/browser/resources/options/chromeos/internet_detail.js b/chrome/browser/resources/options/chromeos/internet_detail.js
|
| index 0803e1168156c69978d4b2ffee005eac8d085920..ec975acbbae3f7806546a33afd93bd278777b957 100644
|
| --- a/chrome/browser/resources/options/chromeos/internet_detail.js
|
| +++ b/chrome/browser/resources/options/chromeos/internet_detail.js
|
| @@ -128,10 +128,7 @@ cr.define('options.internet', function() {
|
| DetailsInternetPage.prototype = {
|
| __proto__: OptionsPage.prototype,
|
|
|
| - /**
|
| - * Initializes DetailsInternetPage page.
|
| - * Calls base class implementation to starts preference initialization.
|
| - */
|
| + /** @override */
|
| initializePage: function() {
|
| OptionsPage.prototype.initializePage.call(this);
|
| var params = parseQueryParams(window.location);
|
|
|