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

/external/chromium_org/chrome/browser/policy/
H A Dpolicy_service.h53 // The PolicyService merges policies from all available sources, taking into
57 // The PolicyService is available from BrowserProcess as a global singleton.
58 // There is also a PolicyService for browser-wide policies available from
60 class PolicyService { class in namespace:policy
72 // Invoked at most once for each |domain|, when the PolicyService becomes
82 virtual ~PolicyService() {}
104 // The PolicyService loads policy from several sources, and some require
107 // It is safe to read policy from the PolicyService even if
118 // Asks the PolicyService to reload policy from all available policy sources.
126 class PolicyChangeRegistrar : public PolicyService
[all...]

Completed in 83 milliseconds