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

Unified Diff: sync/syncable/syncable.h

Issue 10389103: Sync: Clear IS_UNSYNCED for deleted local items (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove unnecessary wrapper function Created 8 years, 7 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 | « sync/syncable/in_memory_directory_backing_store.cc ('k') | sync/syncable/syncable.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/syncable/syncable.h
diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h
index d568a01de5c4e7f30dc7cfa062e947d9c7dcbc2d..ef15a19682adb383bb8f7a35f7161a266c92543f 100644
--- a/sync/syncable/syncable.h
+++ b/sync/syncable/syncable.h
@@ -1345,6 +1345,10 @@ bool IsLegalNewParent(BaseTransaction* trans, const Id& id, const Id& parentid);
// This function sets only the flags needed to get this entry to sync.
bool MarkForSyncing(syncable::MutableEntry* e);
+void ChangeEntryIDAndUpdateChildren(syncable::WriteTransaction* trans,
+ syncable::MutableEntry* entry,
+ const syncable::Id& new_id);
+
} // namespace syncable
std::ostream& operator <<(std::ostream&, const syncable::Blob&);
« no previous file with comments | « sync/syncable/in_memory_directory_backing_store.cc ('k') | sync/syncable/syncable.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698