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

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: Fix copy&paste mistake found by clang. 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 ce71726cca9ba9d89b9f0cff7edaea3c7e76c41d..d1c237892a02fddf26e00992e508c7f83c6b2567 100644
--- a/chrome/browser/policy/profile_policy_connector.h
+++ b/chrome/browser/policy/profile_policy_connector.h
@@ -25,6 +25,7 @@ class SequencedTaskRunner;
namespace policy {
class DeviceLocalAccountPolicyProvider;
+class LoginProfilePolicyProvider;
class ManagedModePolicyProvider;
class PolicyService;
@@ -84,6 +85,8 @@ class ProfilePolicyConnector : public BrowserContextKeyedService {
// local state.
bool is_primary_user_;
+ scoped_ptr<LoginProfilePolicyProvider> login_profile_policy_provider_;
+
scoped_ptr<DeviceLocalAccountPolicyProvider>
device_local_account_policy_provider_;
Mattias Nissler (ping if slow) 2013/06/12 13:55:16 It seems like we can have either login_profile_pol
bartfab (slow) 2013/06/12 18:57:49 Done.

Powered by Google App Engine
This is Rietveld 408576698