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

Unified Diff: chrome/browser/sync/engine/syncer_types.h

Issue 5939006: sync: beginnings of MessageLoop based SyncerThread (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review+tests Created 9 years, 11 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: chrome/browser/sync/engine/syncer_types.h
diff --git a/chrome/browser/sync/engine/syncer_types.h b/chrome/browser/sync/engine/syncer_types.h
index 0ed1f199e039667445437f89f30a55cff5924ab9..0e05e0e3948d2c6e5e481832707d60261e27afda 100644
--- a/chrome/browser/sync/engine/syncer_types.h
+++ b/chrome/browser/sync/engine/syncer_types.h
@@ -87,10 +87,12 @@ struct SyncEngineEvent {
// This event is sent when the thread is paused in response to a
// pause request.
+ // TODO(tim): Deprecated.
SYNCER_THREAD_PAUSED,
// This event is sent when the thread is resumed in response to a
// resume request.
+ // TODO(tim): Deprecated.
SYNCER_THREAD_RESUMED,
// This event is sent when the thread is waiting for a connection

Powered by Google App Engine
This is Rietveld 408576698