| Index: sync/sessions/status_controller.h
 | 
| diff --git a/sync/sessions/status_controller.h b/sync/sessions/status_controller.h
 | 
| index c18fc7d73759dd51bbf3d553da57ec8bf52c92d2..1465dbfdf64afc9f16a9e171dc78c5fa5202f90f 100644
 | 
| --- a/sync/sessions/status_controller.h
 | 
| +++ b/sync/sessions/status_controller.h
 | 
| @@ -55,14 +55,8 @@ class StatusController {
 | 
|    // auto-create.
 | 
|    const std::set<syncable::Id>* simple_conflict_ids() const;
 | 
|    std::set<syncable::Id>* mutable_simple_conflict_ids();
 | 
| -  const UpdateProgress* update_progress() const;
 | 
| -  UpdateProgress* mutable_update_progress();
 | 
|    const std::set<syncable::Id>* GetUnrestrictedSimpleConflictIds(
 | 
|        ModelSafeGroup group) const;
 | 
| -  const UpdateProgress* GetUnrestrictedUpdateProgress(
 | 
| -      ModelSafeGroup group) const;
 | 
| -  UpdateProgress* GetUnrestrictedMutableUpdateProgressForTest(
 | 
| -      ModelSafeGroup group);
 | 
|  
 | 
|    // ClientToServer messages.
 | 
|    const ModelTypeSet updates_request_types() const {
 | 
| @@ -110,6 +104,9 @@ class StatusController {
 | 
|    // Aggregate sum of all conflicting items over all conflict types.
 | 
|    int TotalNumConflictingItems() const;
 | 
|  
 | 
| +  // Number of successfully applied updates.
 | 
| +  int num_updates_applied() const;
 | 
| +
 | 
|    // Returns the number of updates received from the sync server.
 | 
|    int64 CountUpdates() const;
 | 
|  
 | 
| 
 |