summaryrefslogtreecommitdiffstats
path: root/chrome/browser/policy/browser_policy_connector.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/policy/browser_policy_connector.h')
-rw-r--r--chrome/browser/policy/browser_policy_connector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index fc38904..17b3450 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -28,6 +28,7 @@ class CloudPolicyProvider;
class CloudPolicySubsystem;
class ConfigurationPolicyProvider;
class DeviceManagementService;
+class NetworkConfigurationUpdater;
class PolicyService;
class UserCloudPolicyManager;
class UserPolicyTokenCache;
@@ -145,6 +146,8 @@ class BrowserPolicyConnector : public content::NotificationObserver {
AppPackUpdater* GetAppPackUpdater();
+ NetworkConfigurationUpdater* GetNetworkConfigurationUpdater();
+
DeviceManagementService* device_management_service() {
return device_management_service_.get();
}
@@ -220,6 +223,7 @@ class BrowserPolicyConnector : public content::NotificationObserver {
#if defined(OS_CHROMEOS)
scoped_ptr<AppPackUpdater> app_pack_updater_;
+ scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
#endif
DISALLOW_COPY_AND_ASSIGN(BrowserPolicyConnector);