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

Unified Diff: sync/sessions/sync_session.h

Issue 10947039: Removed safe worker calculation from SyncScheduler. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months 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 461d98ea8440b2d71194de0ae45ecafdb2875b87..844e898337087128d0bbd3aa0a2d5553d26f6876 100644
--- a/sync/sessions/sync_session.h
+++ b/sync/sessions/sync_session.h
@@ -98,8 +98,7 @@ class SyncSession {
SyncSession(SyncSessionContext* context,
Delegate* delegate,
const SyncSourceInfo& source,
- const ModelSafeRoutingInfo& routing_info,
- const std::vector<ModelSafeWorker*>& workers);
+ const ModelSafeRoutingInfo& routing_info);
~SyncSession();
// Builds a thread-safe and read-only copy of the current session state.

Powered by Google App Engine
This is Rietveld 408576698