| Index: chrome/browser/sync/engine/syncapi.cc
|
| diff --git a/chrome/browser/sync/engine/syncapi.cc b/chrome/browser/sync/engine/syncapi.cc
|
| index 64b7e41f54308eeab2d748a29a32101c3e1ba118..d9f48bb4477dc70fa35e62e25d127120393e1f10 100644
|
| --- a/chrome/browser/sync/engine/syncapi.cc
|
| +++ b/chrome/browser/sync/engine/syncapi.cc
|
| @@ -1828,10 +1828,6 @@ void SyncManager::SyncInternal::HandleAuthWatcherEvent(
|
|
|
| if (lookup->initial_sync_ended())
|
| MarkAndNotifyInitializationComplete();
|
| -
|
| - // If we are transitioning from having bad to good credentials, that
|
| - // could mean that the syncer can now make forward progress. Wake it.
|
| - syncer_thread_->NudgeSyncer(0, SyncerThread::kLocal);
|
| }
|
| return;
|
| // Authentication failures translate to GoogleServiceAuthError events.
|
|
|