Index: chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
diff --git a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
index 347a4e39d7e41e826c92a570516f1cec72612513..f8f283d15748440c664207ffec36db631ef8ae6b 100644 |
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
@@ -35,6 +35,7 @@ class EnterpriseInstallAttributes; |
class NetworkConfigurationUpdater; |
class ProxyPolicyProvider; |
class ServerBackedStateKeysBroker; |
+class AffiliatedRemoteCommandsInvalidator; |
bartfab (slow)
2015/05/15 13:28:07
Please keep this list alphabetic (as best as you c
binjin
2015/05/15 14:50:38
Done.
|
// Extends ChromeBrowserPolicyConnector with the setup specific to ChromeOS. |
class BrowserPolicyConnectorChromeOS |
@@ -164,6 +165,8 @@ class BrowserPolicyConnectorChromeOS |
scoped_ptr<DeviceLocalAccountPolicyService> |
device_local_account_policy_service_; |
scoped_ptr<AffiliatedCloudPolicyInvalidator> device_cloud_policy_invalidator_; |
+ scoped_ptr<AffiliatedRemoteCommandsInvalidator> |
+ device_remote_commands_invalidator_; |
// This policy provider is used on Chrome OS to feed user policy into the |
// global PolicyService instance. This works by installing the cloud policy |