| Index: chrome/browser/resources/settings/settings_main/settings_main.js
|
| diff --git a/chrome/browser/resources/settings/settings_main/settings_main.js b/chrome/browser/resources/settings/settings_main/settings_main.js
|
| index 254f2614a20cbdb195c39564ef9c5b7137b97d2e..66382abe68fa4aef029cf7450ba239c1fee43174 100644
|
| --- a/chrome/browser/resources/settings/settings_main/settings_main.js
|
| +++ b/chrome/browser/resources/settings/settings_main/settings_main.js
|
| @@ -74,16 +74,6 @@ Polymer({
|
| section: '',
|
| subpage: [],
|
| };
|
| - if (this.showAdvancedPage_) {
|
| - doWhenReady(
|
| - function() {
|
| - var advancedPage = this.$$('settings-advanced-page');
|
| - return !!advancedPage && advancedPage.scrollHeight > 0;
|
| - }.bind(this),
|
| - function() {
|
| - this.$$('#toggleContainer').scrollIntoView();
|
| - }.bind(this));
|
| - }
|
| }.bind(this));
|
|
|
| doWhenReady(
|
|
|