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

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

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 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 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.

Powered by Google App Engine
This is Rietveld 408576698