Chromium Code Reviews| 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. |
|
Nicolas Zea
2011/01/20 20:01:57
Hurray, you're fixing my SyncerThreadWithSyncerTes
tim (not reviewing)
2011/01/25 03:23:05
:)
|
| 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 |