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

Unified Diff: chrome/browser/policy/browser_policy_connector.h

Issue 12676017: Adding policy support to the new network configuration stack. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove policy initialized flags and wrap PolicyMaps with scoped_ptr. Created 7 years, 8 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/browser_policy_connector.h
diff --git a/chrome/browser/policy/browser_policy_connector.h b/chrome/browser/policy/browser_policy_connector.h
index 3752b84605af6071dbd0446c334ccf8dbb5ba8a1..7a3fc466f9365e3360dc3097f69615074888ac75 100644
--- a/chrome/browser/policy/browser_policy_connector.h
+++ b/chrome/browser/policy/browser_policy_connector.h
@@ -42,6 +42,7 @@ class DeviceLocalAccountPolicyProvider;
class DeviceLocalAccountPolicyService;
class EnterpriseInstallAttributes;
class NetworkConfigurationUpdater;
+class NetworkConfigurationUpdater2;
class UserCloudPolicyManagerChromeOS;
#endif
@@ -120,6 +121,7 @@ class BrowserPolicyConnector {
AppPackUpdater* GetAppPackUpdater();
NetworkConfigurationUpdater* GetNetworkConfigurationUpdater();
+ NetworkConfigurationUpdater2* GetNetworkConfigurationUpdater2();
net::CertTrustAnchorProvider* GetCertTrustAnchorProvider();
@@ -231,6 +233,7 @@ class BrowserPolicyConnector {
#if defined(OS_CHROMEOS)
scoped_ptr<AppPackUpdater> app_pack_updater_;
scoped_ptr<NetworkConfigurationUpdater> network_configuration_updater_;
+ scoped_ptr<NetworkConfigurationUpdater2> network_configuration_updater2_;
#endif
DISALLOW_COPY_AND_ASSIGN(BrowserPolicyConnector);

Powered by Google App Engine
This is Rietveld 408576698