| Index: components/invalidation/sync_system_resources.cc
|
| diff --git a/components/invalidation/sync_system_resources.cc b/components/invalidation/sync_system_resources.cc
|
| index 04c5c77d97fab2e1949ead53300a6554a9639d91..05f1aee2226415162f294162c159f0f67d3f79c7 100644
|
| --- a/components/invalidation/sync_system_resources.cc
|
| +++ b/components/invalidation/sync_system_resources.cc
|
| @@ -90,7 +90,6 @@ void SyncInvalidationScheduler::Stop() {
|
| is_started_ = false;
|
| weak_factory_.InvalidateWeakPtrs();
|
| STLDeleteElements(&posted_tasks_);
|
| - posted_tasks_.clear();
|
| }
|
|
|
| void SyncInvalidationScheduler::Schedule(invalidation::TimeDelta delay,
|
|
|