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

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: Fix type ID 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..a384699b5b143b68df70195c4d337f94d155465f 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> merged_sources_log_;
+
// Information about extensions activity since the last successful commit.
ExtensionsActivityMonitor::Records extensions_activity_;

Powered by Google App Engine
This is Rietveld 408576698