diff options
Diffstat (limited to 'chrome/browser/sync/engine/syncer_end_command.cc')
-rw-r--r-- | chrome/browser/sync/engine/syncer_end_command.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/sync/engine/syncer_end_command.cc b/chrome/browser/sync/engine/syncer_end_command.cc index 89722cb..8f67841 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) 2011 The Chromium Authors. All rights reserved. +// Copyright (c) 2009 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,6 +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()); } } // namespace browser_sync |