| Index: sync/sessions/status_controller.h
|
| diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
|
| index d91efeccf95252801d8b0c099e482d6f292293b9..ebb77bac8be732d21de3e8f3f4ee612e37b4bc49 100644
|
| --- a/sync/sessions/status_controller.h
|
| +++ b/sync/sessions/status_controller.h
|
| @@ -157,9 +157,6 @@ class StatusController {
|
| return ActiveGroupRestrictionIncludesModel(syncable::BOOKMARKS);
|
| }
|
|
|
| - SyncerError last_post_commit_result() const;
|
| - SyncerError last_process_commit_response_result() const;
|
| -
|
| // A toolbelt full of methods for updating counters and flags.
|
| void set_num_server_changes_remaining(int64 changes_remaining);
|
| void set_invalid_store(bool invalid_store);
|
| @@ -174,8 +171,7 @@ class StatusController {
|
| void increment_num_server_overwrites();
|
| void set_sync_protocol_error(const SyncProtocolError& error);
|
| void set_last_download_updates_result(const SyncerError result);
|
| - void set_last_post_commit_result(const SyncerError result);
|
| - void set_last_process_commit_response_result(const SyncerError result);
|
| + void set_commit_result(const SyncerError result);
|
|
|
| void update_conflicts_resolved(bool resolved);
|
| void reset_conflicts_resolved();
|
|
|