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

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

Issue 16254003: WIP (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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_stub.h ('k') | chrome/browser/policy/policy_statistics_collector.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.cc
diff --git a/chrome/browser/policy/policy_service_stub.cc b/chrome/browser/policy/policy_service_stub.cc
index a302455872872939b4bd8421239e43d476c6c912..13a487fca649b449133b940b6955ade751df6c87 100644
--- a/chrome/browser/policy/policy_service_stub.cc
+++ b/chrome/browser/policy/policy_service_stub.cc
@@ -24,7 +24,11 @@ void PolicyServiceStub::RegisterPolicyDomain(
const PolicyMap& PolicyServiceStub::GetPolicies(
const PolicyNamespace& ns) const {
- return kEmpty_;
+ return kEmptyMap_;
+};
+
+const PolicyBundle& PolicyServiceStub::GetAllPolicies() const {
+ return kEmptyBundle_;
};
bool PolicyServiceStub::IsInitializationComplete(PolicyDomain domain) const {
« no previous file with comments | « chrome/browser/policy/policy_service_stub.h ('k') | chrome/browser/policy/policy_statistics_collector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698