Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(963)

Unified Diff: chrome/browser/policy/policy_service_stub.h

Issue 15061007: Added a PolicyDomainDescriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/policy_service_impl_unittest.cc ('k') | chrome/browser/policy/policy_service_stub.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/policy_service_stub.h
diff --git a/chrome/browser/policy/policy_service_stub.h b/chrome/browser/policy/policy_service_stub.h
index a15e11a6a94752cd29ad9cc4f3cde8ae4bd9d616..f05058ca3164c58610a61e8e7c634c490eade6d1 100644
--- a/chrome/browser/policy/policy_service_stub.h
+++ b/chrome/browser/policy/policy_service_stub.h
@@ -25,8 +25,7 @@ class PolicyServiceStub : public PolicyService {
Observer* observer) OVERRIDE;
virtual void RegisterPolicyDomain(
- PolicyDomain domain,
- const std::set<std::string>& components) OVERRIDE;
+ scoped_refptr<const PolicyDomainDescriptor> descriptor) OVERRIDE;
virtual const PolicyMap& GetPolicies(
const PolicyNamespace& ns) const OVERRIDE;
« no previous file with comments | « chrome/browser/policy/policy_service_impl_unittest.cc ('k') | chrome/browser/policy/policy_service_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698