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

Unified Diff: sync/api/conflict_resolution.h

Issue 1918923002: [Sync] USS: Ignore encryption changes during conflict resolution 1/2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address comments. Created 4 years, 8 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 | « no previous file | sync/internal_api/processor_entity_tracker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/conflict_resolution.h
diff --git a/sync/api/conflict_resolution.h b/sync/api/conflict_resolution.h
index e76e6de8446a70c455be1a69456fd47e33be914a..3a9bb32cd81d72b809571b5f21e568ebf7756d7f 100644
--- a/sync/api/conflict_resolution.h
+++ b/sync/api/conflict_resolution.h
@@ -24,6 +24,8 @@ class SYNC_EXPORT ConflictResolution {
USE_LOCAL,
USE_REMOTE,
USE_NEW,
+ IGNORE_LOCAL_ENCRYPTION, // Exists for logging purposes.
+ IGNORE_REMOTE_ENCRYPTION, // Exists for logging purposes.
TYPE_SIZE,
};
« no previous file with comments | « no previous file | sync/internal_api/processor_entity_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698