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

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

Issue 6690020: sync: hook up ServerConnectionManager <> SyncerThread2 and tie up more loose ends (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome/debug
Patch Set: fix Created 9 years, 9 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 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,
////////////////////////////////////////////////////////////////
« no previous file with comments | « chrome/browser/sync/engine/syncer_thread_adapter.cc ('k') | chrome/browser/sync/engine/update_applicator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698