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

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

Issue 16658015: Add device policies to control accessibility settings on the login screen (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed leaky tests. Created 7 years, 6 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/profile_policy_connector.h
diff --git a/chrome/browser/policy/profile_policy_connector.h b/chrome/browser/policy/profile_policy_connector.h
index 0669c7d04e9f238cc268328d4ddd92fdf1186838..a7d726d303a170709bd1fe3e62f65c17300a3b7f 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -24,7 +24,7 @@ class SequencedTaskRunner;
namespace policy {
-class DeviceLocalAccountPolicyProvider;
+class ConfigurationPolicyProvider;
class ManagedModePolicyProvider;
class PolicyService;
@@ -82,8 +82,7 @@ class ProfilePolicyConnector : public BrowserContextKeyedService {
// local state.
bool is_primary_user_;
- scoped_ptr<DeviceLocalAccountPolicyProvider>
- device_local_account_policy_provider_;
+ scoped_ptr<ConfigurationPolicyProvider> special_user_policy_provider_;
#endif
#if defined(ENABLE_MANAGED_USERS) && defined(ENABLE_CONFIGURATION_POLICY)
« no previous file with comments | « chrome/browser/policy/configuration_policy_handler_list.cc ('k') | chrome/browser/policy/profile_policy_connector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698