| Index: sync/engine/sync_scheduler.cc
|
| diff --git a/sync/engine/sync_scheduler.cc b/sync/engine/sync_scheduler.cc
|
| index 9ddd26c00c52a0ce76abe418ed29b10be1d70876..400f967518f32b3254195c5a3d79548ba2edfbcf 100644
|
| --- a/sync/engine/sync_scheduler.cc
|
| +++ b/sync/engine/sync_scheduler.cc
|
| @@ -13,6 +13,7 @@
|
| #include "base/logging.h"
|
| #include "base/message_loop.h"
|
| #include "base/rand_util.h"
|
| +#include "sync/engine/throttled_data_type_tracker.h"
|
| #include "sync/engine/syncer.h"
|
| #include "sync/protocol/proto_enum_conversions.h"
|
| #include "sync/protocol/sync.pb.h"
|
| @@ -338,7 +339,7 @@ SyncScheduler::JobProcessDecision SyncScheduler::DecideOnJob(
|
|
|
| // See if our type is throttled.
|
| syncable::ModelTypeSet throttled_types =
|
| - session_context_->GetThrottledTypes();
|
| + session_context_->throttled_data_type_tracker()->GetThrottledTypes();
|
| if (job.purpose == SyncSessionJob::NUDGE &&
|
| job.session->source().updates_source == GetUpdatesCallerInfo::LOCAL) {
|
| syncable::ModelTypeSet requested_types;
|
|
|