| Index: chrome/browser/sync/engine/get_commit_ids_command.h
|
| diff --git a/chrome/browser/sync/engine/get_commit_ids_command.h b/chrome/browser/sync/engine/get_commit_ids_command.h
|
| index 4bbae829c838b0b63c918b2705a9a174e1153a22..3abb975be3674f5c31f6d962eb3474ecc43be444 100644
|
| --- a/chrome/browser/sync/engine/get_commit_ids_command.h
|
| +++ b/chrome/browser/sync/engine/get_commit_ids_command.h
|
| @@ -96,8 +96,7 @@ class GetCommitIdsCommand : public SyncerCommand {
|
|
|
| // TODO(chron): Remove writes from this iterator. As a warning, this
|
| // iterator causes writes to entries and so isn't a pure iterator.
|
| - // It will do Put(IS_UNSYNCED) as well as add things to the blocked
|
| - // session list. Refactor this out later.
|
| + // It will do Put(IS_UNSYNCED). Refactor this out later.
|
| class CommitMetahandleIterator {
|
| public:
|
| // TODO(chron): Cache ValidateCommitEntry responses across iterators to save
|
|
|