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

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

Issue 775613004: Improve documentation for special-purpose policy providers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_provider_dcheck
Patch Set: Created 6 years 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 820eb0fdf07f9e5e335d2a1235fb137edba46b8f..b8a32951d2a497739bd946bb34915b083ea640c5 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -69,7 +69,7 @@ class ProfilePolicyConnector : public KeyedService {
scoped_ptr<ConfigurationPolicyProvider> special_user_policy_provider_;
#endif // defined(OS_CHROMEOS)
- scoped_ptr<ConfigurationPolicyProvider> forwarding_policy_provider_;
+ scoped_ptr<ConfigurationPolicyProvider> wrapped_platform_policy_provider_;
CloudPolicyManager* user_cloud_policy_manager_;
#endif // defined(ENABLE_CONFIGURATION_POLICY)
« no previous file with comments | « no previous file | chrome/browser/policy/profile_policy_connector.cc » ('j') | components/policy/core/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698