Chromium Code Reviews| Index: sync/syncable/syncable.h |
| diff --git a/sync/syncable/syncable.h b/sync/syncable/syncable.h |
| index d568a01de5c4e7f30dc7cfa062e947d9c7dcbc2d..0f650609c58a2d81ac98fc059ad564a9716b3a86 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, |
| }; |