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

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

Issue 2828021: Take 2: sync changes to support encryption (Closed)
Patch Set: fix flaky password test under valgrind Created 10 years, 6 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/build_and_process_conflict_sets_command.h
diff --git a/chrome/browser/sync/engine/build_and_process_conflict_sets_command.h b/chrome/browser/sync/engine/build_and_process_conflict_sets_command.h
index 00cca6d399f6744bd3475c23a9d51eaa7b9d3184..e2edb22c20ce322a3538b3880e7c540c3e2e5dc8 100644
--- a/chrome/browser/sync/engine/build_and_process_conflict_sets_command.h
+++ b/chrome/browser/sync/engine/build_and_process_conflict_sets_command.h
@@ -22,6 +22,7 @@ class WriteTransaction;
namespace browser_sync {
class ConflictResolver;
+class Cryptographer;
namespace sessions {
class ConflictProgress;
@@ -41,11 +42,13 @@ class BuildAndProcessConflictSetsCommand : public ModelChangingSyncerCommand {
bool ProcessSingleDirectionConflictSets(
syncable::WriteTransaction* trans, ConflictResolver* resolver,
- sessions::StatusController* status, const ModelSafeRoutingInfo& routes);
+ Cryptographer* cryptographer, sessions::StatusController* status,
+ const ModelSafeRoutingInfo& routes);
bool ApplyUpdatesTransactionally(
syncable::WriteTransaction* trans,
const std::vector<syncable::Id>* const update_set,
ConflictResolver* resolver,
+ Cryptographer* cryptographer,
const ModelSafeRoutingInfo& routes,
sessions::StatusController* status);
void BuildConflictSets(syncable::BaseTransaction* trans,

Powered by Google App Engine
This is Rietveld 408576698