Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/policy/
Dprofile_policy_connector.cc57 forwarding_policy_provider_.reset( in Init()
59 forwarding_policy_provider_->Init(schema_registry); in Init()
60 providers.push_back(forwarding_policy_provider_.get()); in Init()
113 if (forwarding_policy_provider_) in Shutdown()
114 forwarding_policy_provider_->Shutdown(); in Shutdown()
Dprofile_policy_connector.h65 scoped_ptr<ConfigurationPolicyProvider> forwarding_policy_provider_; variable