Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4216)

Unified Diff: chrome/browser/sync/glue/bookmark_change_processor.cc

Issue 8828006: Makes all permanent nodes share the same node class so that visibility (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More tweaks Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 95186868a175ba2013bcf60ab87db5fc5b6cacb7..c025606bfe05727a47aff7961b9d3d1471afc088 100644
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
@@ -452,7 +452,7 @@ void BookmarkChangeProcessor::ApplyChangesFromSyncModel(
}
// The visibility of the mobile node may need to change.
- model_associator_->UpdateMobileNodeVisibility();
+ model_associator_->UpdatePermanentNodeVisibility();
// We are now ready to hear about bookmarks changes again.
model->AddObserver(this);

Powered by Google App Engine
This is Rietveld 408576698