Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(425)

Unified Diff: sync/syncable/syncable.h

Issue 10210009: sync: Loop committing items without downloading updates (v2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor loop again, add comments + more Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,
};

Powered by Google App Engine
This is Rietveld 408576698