| Index: chrome/browser/sync/glue/typed_url_change_processor.cc
|
| diff --git a/chrome/browser/sync/glue/typed_url_change_processor.cc b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| index 34c57f7baa71fba65b9f2c71d3840bd2a94ffd5f..0cb1ab28d61630fbcebc96f8e96e9c25ab991ae0 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| @@ -189,7 +189,7 @@ void TypedUrlChangeProcessor::HandleURLsDeleted(
|
| // a bad clock setting won't go on an archival rampage and delete all
|
| // history from every client). The server will gracefully age out the sync DB
|
| // entries when they've been idle for long enough.
|
| - if (details->archived)
|
| + if (details->expired)
|
| return;
|
|
|
| if (details->all_history) {
|
|
|