| Index: chrome/browser/sync/glue/bookmark_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| index a5e619aef76cc72d8081766f8d024fae425d438a..95186868a175ba2013bcf60ab87db5fc5b6cacb7 100644
|
| --- a/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
|
| @@ -451,6 +451,9 @@ void BookmarkChangeProcessor::ApplyChangesFromSyncModel(
|
| foster_parent = NULL;
|
| }
|
|
|
| + // The visibility of the mobile node may need to change.
|
| + model_associator_->UpdateMobileNodeVisibility();
|
| +
|
| // We are now ready to hear about bookmarks changes again.
|
| model->AddObserver(this);
|
| }
|
|
|