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

Unified Diff: chrome/browser/sync/engine/syncer_util.h

Issue 8526018: [Sync] Remove logging/checks for case where server and local entries mismatch. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment Created 9 years, 1 month 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 | « chrome/browser/sync/engine/process_updates_command.cc ('k') | chrome/browser/sync/engine/syncer_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/engine/syncer_util.h
diff --git a/chrome/browser/sync/engine/syncer_util.h b/chrome/browser/sync/engine/syncer_util.h
index e500e6cfaf48aa824d1316578fe5b9451a05d097..bfcca2706e5103281cd7f95b6e7f89e0e38f1d08 100644
--- a/chrome/browser/sync/engine/syncer_util.h
+++ b/chrome/browser/sync/engine/syncer_util.h
@@ -68,8 +68,6 @@ class SyncerUtil {
static void CreateNewEntry(syncable::WriteTransaction *trans,
const syncable::Id& id);
- static bool ServerAndLocalEntriesMatch(syncable::Entry* entry);
-
static void SplitServerInformationIntoNewEntry(
syncable::WriteTransaction* trans,
syncable::MutableEntry* entry);
@@ -130,11 +128,6 @@ class SyncerUtil {
const syncable::ScopedDirLookup &dir,
std::set<syncable::Id>* deleted_folders);
- // Examine the up-to-date predecessors of this item according to the server
- // position, and then again according to the local position. Return true
- // if they match. For an up-to-date item, this should be the case.
- static bool ServerAndLocalOrdersMatch(syncable::Entry* entry);
-
private:
DISALLOW_IMPLICIT_CONSTRUCTORS(SyncerUtil);
};
« no previous file with comments | « chrome/browser/sync/engine/process_updates_command.cc ('k') | chrome/browser/sync/engine/syncer_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698