Searched defs:policy_map (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/policy/
H A Dmock_configuration_policy_store.h15 #include "chrome/browser/policy/policy_map.h"
27 const PolicyMap& policy_map() const { return policy_map_; } function in class:policy::MockConfigurationPolicyStore
H A Duser_policy_cache.cc15 #include "chrome/browser/policy/policy_map.h"
166 // Does not take ownership of |policy_map|, and callers need to make sure
167 // that |policy_map| outlives this PolicyMapProxy.
168 explicit PolicyMapProxy(PolicyMap* policy_map) argument
169 : policy_map_(policy_map) {}

Completed in 62 milliseconds