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 50f079f94f7d6cd3d8ee38120bb714baf38d4d07..b757168fb3b28bfb498073c704d71f10bf5b369e 100644 |
| --- a/chrome/browser/sync/engine/syncer_types.h |
| +++ b/chrome/browser/sync/engine/syncer_types.h |
| @@ -1,4 +1,4 @@ |
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved. |
| +// Copyright (c) 2011 The Chromium Authors. All rights reserved. |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| @@ -85,30 +85,6 @@ struct SyncEngineEvent { |
| //////////////////////////////////////////////////////////////// |
| // SyncerThread generated events. |
|
tim (not reviewing)
2011/04/18 16:11:47
remove comment
lipalani1
2011/04/18 20:36:41
Done.
|
| - // 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 |
| - // 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, |
| - |
| //////////////////////////////////////////////////////////////// |
| // Generated in response to specific protocol actions or events. |