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

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

Issue 6840014: Support decoding GenericNamedValue based policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit test broken by patch set 2 Created 9 years, 8 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/configuration_policy_provider.h
diff --git a/chrome/browser/policy/configuration_policy_provider.h b/chrome/browser/policy/configuration_policy_provider.h
index 9371a6543a0ad4ff78f248d156ab7fe42c0e317a..1cbc848e998d6f48625c55470e9c206c625b7ac4 100644
--- a/chrome/browser/policy/configuration_policy_provider.h
+++ b/chrome/browser/policy/configuration_policy_provider.h
@@ -78,6 +78,10 @@ class ConfigurationPolicyProvider {
private:
friend class ConfigurationPolicyObserverRegistrar;
+ // Temporarily needed for access to ApplyPolicyValueTree as long as we need
+ // to support old-style policy.
+ friend class UserPolicyCache;
+
virtual void AddObserver(ConfigurationPolicyProvider::Observer* observer) = 0;
virtual void RemoveObserver(
ConfigurationPolicyProvider::Observer* observer) = 0;
« no previous file with comments | « chrome/app/policy/cloud_policy_codegen.gyp ('k') | chrome/browser/policy/device_management_service_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698