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

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

Issue 15061007: Added a PolicyDomainDescriptor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: addressed comments, rebase on new PolicySchema 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
Index: chrome/browser/policy/policy_service_stub.cc
diff --git a/chrome/browser/policy/policy_service_stub.cc b/chrome/browser/policy/policy_service_stub.cc
index a302455872872939b4bd8421239e43d476c6c912..263e3d12907b5e8a899b92db40cc3cd57985bb2d 100644
--- a/chrome/browser/policy/policy_service_stub.cc
+++ b/chrome/browser/policy/policy_service_stub.cc
@@ -19,8 +19,7 @@ void PolicyServiceStub::RemoveObserver(PolicyDomain domain,
Observer* observer) {}
void PolicyServiceStub::RegisterPolicyDomain(
- PolicyDomain domain,
- const std::set<std::string>& components) {}
+ scoped_refptr<const PolicyDomainDescriptor> descriptor) {}
const PolicyMap& PolicyServiceStub::GetPolicies(
const PolicyNamespace& ns) const {

Powered by Google App Engine
This is Rietveld 408576698