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 0e05e0e3948d2c6e5e481832707d60261e27afda..50f079f94f7d6cd3d8ee38120bb714baf38d4d07 100644 |
--- a/chrome/browser/sync/engine/syncer_types.h |
+++ b/chrome/browser/sync/engine/syncer_types.h |
@@ -97,13 +97,16 @@ struct SyncEngineEvent { |
// This event is sent when the thread is waiting for a connection |
// to be established. |
+ // TODO(tim): Deprecated. |
SYNCER_THREAD_WAITING_FOR_CONNECTION, |
// This event is sent when a connection has been established and |
// the thread continues. |
+ // TODO(tim): Deprecated. |
SYNCER_THREAD_CONNECTED, |
// Sent when the main syncer loop finishes. |
+ // TODO(tim): Deprecated. |
SYNCER_THREAD_EXITING, |
//////////////////////////////////////////////////////////////// |