Searched refs:passive_types (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service.cc2016 ModelTypeSet passive_types; local
2022 passive_types.Put(it->first);
2067 } else if (syncer::IsProxyType(type) && passive_types.Has(type)) {
2072 } else if (throttled_types.Has(type) && passive_types.Has(type)) {
2075 } else if (passive_types.Has(type)) {

Completed in 99 milliseconds