Index: chrome/browser/sync/engine/syncer_end_command.cc |
diff --git a/chrome/browser/sync/engine/syncer_end_command.cc b/chrome/browser/sync/engine/syncer_end_command.cc |
index 8f67841a42e55dd64b6eaeb7f18ebce7fdd77897..516bbd06df6eba2d2b748db66d833748f3976bf5 100644 |
--- a/chrome/browser/sync/engine/syncer_end_command.cc |
+++ b/chrome/browser/sync/engine/syncer_end_command.cc |
@@ -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. |
@@ -21,7 +21,7 @@ void SyncerEndCommand::ExecuteImpl(sessions::SyncSession* session) { |
sessions::SyncSessionSnapshot snapshot(session->TakeSnapshot()); |
event.snapshot = &snapshot; |
session->context()->NotifyListeners(event); |
- session->context()->set_last_snapshot(session->TakeSnapshot()); |
+ VLOG(1) << this << " sent sync end snapshot"; |
} |
} // namespace browser_sync |