| Index: sync/engine/commit.h
|
| diff --git a/sync/engine/commit.h b/sync/engine/commit.h
|
| index 1a8c44e329f3026e4e39465da08822fb50801242..f914e2ec5326124ce00055cd6942484cb7a85c10 100644
|
| --- a/sync/engine/commit.h
|
| +++ b/sync/engine/commit.h
|
| @@ -51,15 +51,15 @@ class SYNC_EXPORT Commit {
|
| // This destructor will DCHECK if CleanUp() has not been called.
|
| ~Commit();
|
|
|
| - static Commit* Init(
|
| - ModelTypeSet requested_types,
|
| - ModelTypeSet enabled_types,
|
| - size_t max_entries,
|
| - const std::string& account_name,
|
| - const std::string& cache_guid,
|
| - bool cookie_jar_mismatch,
|
| - CommitProcessor* commit_processor,
|
| - ExtensionsActivity* extensions_activity);
|
| + static Commit* Init(ModelTypeSet requested_types,
|
| + ModelTypeSet enabled_types,
|
| + size_t max_entries,
|
| + const std::string& account_name,
|
| + const std::string& cache_guid,
|
| + bool cookie_jar_mismatch,
|
| + bool cookie_jar_empty,
|
| + CommitProcessor* commit_processor,
|
| + ExtensionsActivity* extensions_activity);
|
|
|
| SyncerError PostAndProcessResponse(sessions::NudgeTracker* nudge_tracker,
|
| sessions::SyncSession* session,
|
|
|