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

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

Issue 60823003: Introduced a ForwardingPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, fixes Created 7 years, 1 month 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/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index 3c5392a63b142937e7a8fbd784961bdd057e4f7c..12eb5ddb6d1e211355a3911793175c2ccdd7b6d1 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -86,6 +86,7 @@ class ProfilePolicyConnector : public BrowserContextKeyedService {
#endif
Profile* profile_;
+ scoped_ptr<ConfigurationPolicyProvider> forwarding_policy_provider_;
#endif // ENABLE_CONFIGURATION_POLICY

Powered by Google App Engine
This is Rietveld 408576698