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

/external/chromium_org/remoting/host/policy_hack/
H A Dfake_policy_watcher.h13 class FakePolicyWatcher : public PolicyWatcher { class in namespace:remoting::policy_hack
15 explicit FakePolicyWatcher(
17 virtual ~FakePolicyWatcher();
H A Dfake_policy_watcher.cc12 FakePolicyWatcher::FakePolicyWatcher( function in class:remoting::policy_hack::FakePolicyWatcher
17 FakePolicyWatcher::~FakePolicyWatcher() {
20 void FakePolicyWatcher::SetPolicies(const base::DictionaryValue* policies) {
24 void FakePolicyWatcher::StartWatchingInternal() {
27 void FakePolicyWatcher::StopWatchingInternal() {
30 void FakePolicyWatcher::Reload() {

Completed in 143 milliseconds