Chromium Code Reviews| Index: sync/syncable/syncable.h |
| diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h |
| index b3ed4a84f503b60d7e3ecfcbe41c5774f8da1ce0..0d0699f50e0adbe2efd81949cd171beeed1fe179 100644 |
| --- a/sync/syncable/syncable.h |
| +++ b/sync/syncable/syncable.h |
| @@ -199,6 +199,8 @@ enum { |
| }; |
| enum BitTemp { |
| + // Not to be confused with IS_UNSYNCED, this bit is used to detect local |
| + // changes to items that happen during the server Commit operation. |
| SYNCING = BIT_TEMPS_BEGIN, |
| BIT_TEMPS_END, |
| }; |