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

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

Issue 8922015: [Sync] Don't commit items with predecessors/parents in conflict. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments. Add racy test case Created 8 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: chrome/browser/sync/engine/syncer_types.h
diff --git a/chrome/browser/sync/engine/syncer_types.h b/chrome/browser/sync/engine/syncer_types.h
index e4fde71467aee67f013160080d09c025aa73b295..f76009586eff61acf81dc8138c002b5acb97da15 100644
--- a/chrome/browser/sync/engine/syncer_types.h
+++ b/chrome/browser/sync/engine/syncer_types.h
@@ -72,11 +72,6 @@ enum VerifyResult {
VERIFY_UNDECIDED
};
-enum VerifyCommitResult {
- VERIFY_UNSYNCABLE,
- VERIFY_OK,
-};
-
struct SyncEngineEvent {
enum EventCause {
////////////////////////////////////////////////////////////////

Powered by Google App Engine
This is Rietveld 408576698