| 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 044ac504a4dfd7087a42b6085bc1dbe88b78ea0a..49f07fe102cdaaeed08adc1994c219294f4a4f06 100644
|
| --- a/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| +++ b/chrome/browser/sync/glue/typed_url_change_processor.cc
|
| @@ -156,14 +156,6 @@
|
| DLOG(ERROR) << "Could not load visits for url: " << url.url();
|
| return false;
|
| }
|
| -
|
| - if (std::find_if(visit_vector.begin(), visit_vector.end(),
|
| - [](const history::VisitRow& visit) {
|
| - return ui::PageTransitionCoreTypeIs(
|
| - visit.transition, ui::PAGE_TRANSITION_TYPED);
|
| - }) == visit_vector.end())
|
| - // This URL has no TYPED visits, don't sync it.
|
| - return false;
|
|
|
| syncer::ReadNode typed_url_root(trans);
|
| if (typed_url_root.InitTypeRoot(syncer::TYPED_URLS) !=
|
|
|