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

Unified Diff: sync/engine/conflict_resolver.h

Issue 10933075: FYI: Remove PerModelSafeGroupState + move ConflictResolution (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/engine/apply_updates_command_unittest.cc ('k') | sync/engine/conflict_resolver.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/conflict_resolver.h
diff --git a/sync/engine/conflict_resolver.h b/sync/engine/conflict_resolver.h
index 7e5be74221227559219e7d759d4f89d49b3ab677..32c590cf876d6750125476eb840e16d068fea4b5 100644
--- a/sync/engine/conflict_resolver.h
+++ b/sync/engine/conflict_resolver.h
@@ -28,7 +28,6 @@ class WriteTransaction;
class Cryptographer;
namespace sessions {
-class ConflictProgress;
class StatusController;
} // namespace sessions
@@ -56,7 +55,7 @@ class ConflictResolver {
// Returns true if the syncer should try to apply its updates again.
bool ResolveConflicts(syncable::WriteTransaction* trans,
const Cryptographer* cryptographer,
- const sessions::ConflictProgress& progress,
+ const std::set<syncable::Id>& simple_conflict_ids,
sessions::StatusController* status);
private:
@@ -71,11 +70,6 @@ class ConflictResolver {
const Cryptographer* cryptographer,
sessions::StatusController* status);
- bool ResolveSimpleConflicts(syncable::WriteTransaction* trans,
- const Cryptographer* cryptographer,
- const sessions::ConflictProgress& progress,
- sessions::StatusController* status);
-
DISALLOW_COPY_AND_ASSIGN(ConflictResolver);
};
« no previous file with comments | « sync/engine/apply_updates_command_unittest.cc ('k') | sync/engine/conflict_resolver.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698