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 cdb48487ff1c14f96dbe152a28f09cf6bd81d379..4c0deb849c6d04aba0144e73c0e0727e39a46ac3 100644 |
--- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
+++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h |
@@ -24,6 +24,7 @@ class URLRequestContextGetter; |
namespace policy { |
+class AffiliatedInvalidationServiceProvider; |
class ConsumerManagementService; |
class DeviceCloudPolicyInitializer; |
class DeviceCloudPolicyInvalidator; |
@@ -145,6 +146,8 @@ class BrowserPolicyConnectorChromeOS |
// Components of the device cloud policy implementation. |
scoped_ptr<ServerBackedStateKeysBroker> state_keys_broker_; |
scoped_ptr<EnterpriseInstallAttributes> install_attributes_; |
+ scoped_ptr<AffiliatedInvalidationServiceProvider> |
+ affiliated_invalidation_service_provider_; |
Mattias Nissler (ping if slow)
2015/01/13 09:50:16
This is not really something that belongs to polic
bartfab (slow)
2015/01/13 17:45:23
I can move it to the platform part but I cannot th
|
scoped_ptr<ConsumerManagementService> consumer_management_service_; |
DeviceCloudPolicyManagerChromeOS* device_cloud_policy_manager_; |
scoped_ptr<DeviceManagementService> consumer_device_management_service_; |