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

Unified Diff: sync/engine/sync_scheduler_impl.h

Issue 12320027: Remove SyncSessionJob's location member (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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
« no previous file with comments | « no previous file | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/engine/sync_scheduler_impl.h
diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h
index 8f03e8945d811adcea1cd99a3f64b49facb98cbe..f909920fdf31cfdaad03a87e771600fa3e536751 100644
--- a/sync/engine/sync_scheduler_impl.h
+++ b/sync/engine/sync_scheduler_impl.h
@@ -168,7 +168,8 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl :
base::TimeDelta delay);
// Helper to assemble a job and post a delayed task to sync.
- void ScheduleSyncSessionJob(scoped_ptr<SyncSessionJob> job);
+ void ScheduleSyncSessionJob(const tracked_objects::Location& loc,
+ scoped_ptr<SyncSessionJob> job);
// Invoke the Syncer to perform a sync.
bool DoSyncSessionJob(scoped_ptr<SyncSessionJob> job);
« no previous file with comments | « no previous file | sync/engine/sync_scheduler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698