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

Unified Diff: sync/syncable/entry_kernel.cc

Issue 867793003: Remove dependency on server generated type root folders (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: sync/syncable/entry_kernel.cc
diff --git a/sync/syncable/entry_kernel.cc b/sync/syncable/entry_kernel.cc
index d945d50417f5a7ad6fe401446e4c9dabf6799ac1..ba0739ba5f264bd60146c74d746832811eb15286 100644
--- a/sync/syncable/entry_kernel.cc
+++ b/sync/syncable/entry_kernel.cc
@@ -57,7 +57,7 @@ bool EntryKernel::ShouldMaintainPosition() const {
}
bool EntryKernel::ShouldMaintainHierarchy() const {
- // We maintain hierarchy for bookmarks, device info, and top-level folders,
+ // We maintain hierarchy for bookmarks and top-level folders,
// but no other types. Note that the Nigori node consists of a single
// top-level folder, so it's included in this set.
return (GetModelTypeFromSpecifics(ref(SPECIFICS)) == syncer::BOOKMARKS)

Powered by Google App Engine
This is Rietveld 408576698