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

Unified Diff: sync/engine/commit.h

Issue 93433006: sync: Introduce ModelTypeRegistry and helpers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Split the type manager Created 7 years 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/engine/commit.cc » ('j') | sync/engine/committer_list.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/commit.h
diff --git a/sync/engine/commit.h b/sync/engine/commit.h
index 4750971bc7cb656545ecb998c764fe5845ae8e08..ab3e565058dbaca041af47d6f72fd683ea2034e4 100644
--- a/sync/engine/commit.h
+++ b/sync/engine/commit.h
@@ -9,8 +9,8 @@
#include "base/stl_util.h"
#include "sync/base/sync_export.h"
+#include "sync/engine/committer_list.h"
#include "sync/engine/sync_directory_commit_contribution.h"
-#include "sync/engine/sync_directory_commit_contributor.h"
#include "sync/internal_api/public/base/model_type.h"
#include "sync/internal_api/public/engine/model_safe_worker.h"
#include "sync/internal_api/public/util/syncer_error.h"
@@ -47,10 +47,11 @@ class SYNC_EXPORT_PRIVATE Commit {
static Commit* Init(
ModelTypeSet requested_types,
+ ModelTypeSet enabled_types,
size_t max_entries,
const std::string& account_name,
const std::string& cache_guid,
- CommitContributorMap* contributor_map,
+ CommitterList* committer_list,
ExtensionsActivity* extensions_activity);
SyncerError PostAndProcessResponse(
« no previous file with comments | « no previous file | sync/engine/commit.cc » ('j') | sync/engine/committer_list.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698