Index: components/sync_bookmarks/bookmark_change_processor.cc |
diff --git a/components/sync_bookmarks/bookmark_change_processor.cc b/components/sync_bookmarks/bookmark_change_processor.cc |
index dd10e633656407949848127f728cd08d614855e5..0f1a79d38349b9364f7f84620ab17ea8483837a7 100644 |
--- a/components/sync_bookmarks/bookmark_change_processor.cc |
+++ b/components/sync_bookmarks/bookmark_change_processor.cc |
@@ -733,9 +733,6 @@ void BookmarkChangeProcessor::ApplyChangesFromSyncModel( |
foster_parent = NULL; |
} |
- // The visibility of the mobile node may need to change. |
- model_associator_->UpdatePermanentNodeVisibility(); |
- |
// Notify UI intensive observers of BookmarkModel that all updates have been |
// applied, and that they may now be consumed. This prevents issues like the |
// one described in crbug.com/281562, where old and new items on the bookmarks |