Index: chrome/browser/sync/sessions/session_state.h |
diff --git a/chrome/browser/sync/sessions/session_state.h b/chrome/browser/sync/sessions/session_state.h |
index ddb6b634efda9f0f347bfa14935a86d2ae7c3a29..d707623e96fb4079c4e243ee0d72e5a9e4e0dbae 100644 |
--- a/chrome/browser/sync/sessions/session_state.h |
+++ b/chrome/browser/sync/sessions/session_state.h |
@@ -130,7 +130,8 @@ struct SyncSessionSnapshot { |
int num_conflicting_updates, |
bool did_commit_items, |
const SyncSourceInfo& source, |
- size_t num_entries); |
+ size_t num_entries, |
+ base::Time sync_start_time); |
~SyncSessionSnapshot(); |
// Caller takes ownership of the returned dictionary. |
@@ -152,6 +153,7 @@ struct SyncSessionSnapshot { |
const bool did_commit_items; |
const SyncSourceInfo source; |
const size_t num_entries; |
+ base::Time sync_start_time; |
}; |
// Tracks progress of conflicts and their resolution using conflict sets. |