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

Unified Diff: sync/sessions/sync_session.h

Issue 11416126: Track merged nudge sources (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More comments Created 8 years, 1 month 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: sync/sessions/sync_session.h
diff --git a/sync/sessions/sync_session.h b/sync/sessions/sync_session.h
index 19cba8cd682f2569bae5fb9dcd8e08f39db8d1dd..58065b76251cf36eb9f349a8e4ee2571c8c9086a 100644
--- a/sync/sessions/sync_session.h
+++ b/sync/sessions/sync_session.h
@@ -165,6 +165,10 @@ class SyncSession {
// The source for initiating this sync session.
SyncSourceInfo source_;
+ // A list of sources for sessions that have been merged with this one.
+ // Currently used only for logging.
+ std::vector<SyncSourceInfo> debug_info_sources_list_;
+
// Information about extensions activity since the last successful commit.
ExtensionsActivityMonitor::Records extensions_activity_;

Powered by Google App Engine
This is Rietveld 408576698