summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/policy_service_stub.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/policy_service_stub.cc')
-rw-r--r--chrome/browser/policy/policy_service_stub.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/policy/policy_service_stub.cc b/chrome/browser/policy/policy_service_stub.cc
index afbd8ea..c25b50f 100644
--- a/chrome/browser/policy/policy_service_stub.cc
+++ b/chrome/browser/policy/policy_service_stub.cc
@@ -5,7 +5,6 @@
#include "chrome/browser/policy/policy_service_stub.h"
#include "base/message_loop/message_loop.h"
-#include "chrome/browser/policy/policy_domain_descriptor.h"
namespace policy {
@@ -19,19 +18,11 @@ void PolicyServiceStub::AddObserver(PolicyDomain domain,
void PolicyServiceStub::RemoveObserver(PolicyDomain domain,
Observer* observer) {}
-void PolicyServiceStub::RegisterPolicyDomain(
- scoped_refptr<const PolicyDomainDescriptor> descriptor) {}
-
const PolicyMap& PolicyServiceStub::GetPolicies(
const PolicyNamespace& ns) const {
return kEmpty_;
};
-scoped_refptr<const PolicyDomainDescriptor>
-PolicyServiceStub::GetPolicyDomainDescriptor(PolicyDomain domain) const {
- return NULL;
-}
-
bool PolicyServiceStub::IsInitializationComplete(PolicyDomain domain) const {
return true;
}