diff options
Diffstat (limited to 'chrome/browser/sync/glue/bookmark_change_processor.cc')
-rw-r--r-- | chrome/browser/sync/glue/bookmark_change_processor.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc index a5e619a..9518686 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); } |