Home
last modified time | relevance | path

Searched refs:inherited_source (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/components/policy/core/common/
Dpolicy_service_impl.cc43 PolicySource inherited_source = POLICY_SOURCE_ENTERPRISE_DEFAULT; in RemapProxyPolicies() local
52 if (entry->source > inherited_source) // Higher priority? in RemapProxyPolicies()
53 inherited_source = entry->source; in RemapProxyPolicies()
68 current_priority.scope, inherited_source, in RemapProxyPolicies()