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

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

Issue 17068004: Revert 207755 "Add device policies to control accessibility sett..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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: trunk/src/chrome/browser/policy/profile_policy_connector.h
===================================================================
--- trunk/src/chrome/browser/policy/profile_policy_connector.h (revision 207797)
+++ trunk/src/chrome/browser/policy/profile_policy_connector.h (working copy)
@@ -24,7 +24,7 @@
namespace policy {
-class ConfigurationPolicyProvider;
+class DeviceLocalAccountPolicyProvider;
class ManagedModePolicyProvider;
class PolicyService;
@@ -82,7 +82,8 @@
// local state.
bool is_primary_user_;
- scoped_ptr<ConfigurationPolicyProvider> special_user_policy_provider_;
+ scoped_ptr<DeviceLocalAccountPolicyProvider>
+ device_local_account_policy_provider_;
#endif
#if defined(ENABLE_MANAGED_USERS) && defined(ENABLE_CONFIGURATION_POLICY)

Powered by Google App Engine
This is Rietveld 408576698