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

Unified Diff: chrome/browser/sync/engine/all_status.cc

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/all_status.cc
diff --git a/chrome/browser/sync/engine/all_status.cc b/chrome/browser/sync/engine/all_status.cc
index 77d2f5f0950075b82c9374e0c80861741bf9af74..0b454a31c18bfef424f82c54094451cc2aa23017 100644
--- a/chrome/browser/sync/engine/all_status.cc
+++ b/chrome/browser/sync/engine/all_status.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-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.
@@ -106,12 +106,7 @@ void AllStatus::OnSyncEngineEvent(const SyncEngineEvent& event) {
case SyncEngineEvent::STATUS_CHANGED:
status_ = CalcSyncing(event);
break;
- case SyncEngineEvent::SYNCER_THREAD_PAUSED:
- case SyncEngineEvent::SYNCER_THREAD_RESUMED:
- case SyncEngineEvent::SYNCER_THREAD_WAITING_FOR_CONNECTION:
- case SyncEngineEvent::SYNCER_THREAD_CONNECTED:
case SyncEngineEvent::STOP_SYNCING_PERMANENTLY:
- case SyncEngineEvent::SYNCER_THREAD_EXITING:
break;
default:
LOG(ERROR) << "Unrecognized Syncer Event: " << event.what_happened;
« no previous file with comments | « no previous file | chrome/browser/sync/engine/net/server_connection_manager.cc » ('j') | chrome/browser/sync/engine/nudge_source.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698