Index: chrome/browser/sync/glue/bookmark_change_processor.cc |
=================================================================== |
--- chrome/browser/sync/glue/bookmark_change_processor.cc (revision 113116) |
+++ chrome/browser/sync/glue/bookmark_change_processor.cc (working copy) |
@@ -451,6 +451,9 @@ |
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); |
} |