| Index: chrome/browser/resources/settings/people_page/sync_page.js
|
| diff --git a/chrome/browser/resources/settings/people_page/sync_page.js b/chrome/browser/resources/settings/people_page/sync_page.js
|
| index 9266a49effb370c81d433d81927a6da1a94254b8..7ac0f0db0e0672dfd21c4b62c5b09e8765d56071 100644
|
| --- a/chrome/browser/resources/settings/people_page/sync_page.js
|
| +++ b/chrome/browser/resources/settings/people_page/sync_page.js
|
| @@ -165,9 +165,6 @@ Polymer({
|
|
|
| /** @protected */
|
| currentRouteChanged: function() {
|
| - if (!this.isAttached)
|
| - return;
|
| -
|
| if (settings.getCurrentRoute() == settings.Route.SYNC)
|
| this.onNavigateToPage_();
|
| else
|
| @@ -185,8 +182,6 @@ Polymer({
|
|
|
| /** @private */
|
| onNavigateToPage_: function() {
|
| - // The element is not ready for C++ interaction until it is attached.
|
| - assert(this.isAttached);
|
| assert(settings.getCurrentRoute() == settings.Route.SYNC);
|
|
|
| if (this.unloadCallback_)
|
|
|