| 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 2ea79564d5255b08f71f7b5f6086b4d70a62cc2b..cdb48487ff1c14f96dbe152a28f09cf6bd81d379 100644
|
| --- a/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| +++ b/chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h
|
| @@ -24,7 +24,6 @@ class URLRequestContextGetter;
|
|
|
| namespace policy {
|
|
|
| -class AppPackUpdater;
|
| class ConsumerManagementService;
|
| class DeviceCloudPolicyInitializer;
|
| class DeviceCloudPolicyInvalidator;
|
| @@ -79,8 +78,6 @@ class BrowserPolicyConnectorChromeOS
|
| // the installation attributes.
|
| UserAffiliation GetUserAffiliation(const std::string& user_name);
|
|
|
| - AppPackUpdater* GetAppPackUpdater();
|
| -
|
| DeviceCloudPolicyManagerChromeOS* GetDeviceCloudPolicyManager() {
|
| return device_cloud_policy_manager_;
|
| }
|
| @@ -164,7 +161,6 @@ class BrowserPolicyConnectorChromeOS
|
| // pointer to get to the ProxyPolicyProvider at SetUserPolicyDelegate().
|
| ProxyPolicyProvider* global_user_cloud_policy_provider_;
|
|
|
| - scoped_ptr<AppPackUpdater> app_pack_updater_;
|
| scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
|
|
|
| base::WeakPtrFactory<BrowserPolicyConnectorChromeOS> weak_ptr_factory_;
|
|
|