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

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

Issue 319133007: Documented that the new nodes at the root aren't meant to sync. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 months 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
« no previous file with comments | « no previous file | chrome/browser/sync/glue/bookmark_model_associator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 67cce64e5616704c83bf5f4994e42246cf8dd680..14d8cd4a74969c31479f86ba60fe33981b91f9da 100644
--- a/chrome/browser/sync/glue/bookmark_change_processor.cc
+++ b/chrome/browser/sync/glue/bookmark_change_processor.cc
@@ -149,6 +149,8 @@ void BookmarkChangeProcessor::RemoveAllSyncNodes() {
syncer::kInvalidId) {
RemoveAllChildNodes(&trans, bookmark_model_->mobile_node()->id());
}
+ // Note: the root node may have additional extra nodes. Currently none of
+ // them are meant to sync.
}
// Don't need to update versions of deleted nodes.
« no previous file with comments | « no previous file | chrome/browser/sync/glue/bookmark_model_associator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698