| Index: chrome/browser/chromeos/policy/network_configuration_updater.h
|
| diff --git a/chrome/browser/chromeos/policy/network_configuration_updater.h b/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| index 3e7fe0d4941a7922fd7fdf57e50c7a88849a7e3d..4b6556ba95bb24e83572587144042b244bef24f2 100644
|
| --- a/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| +++ b/chrome/browser/chromeos/policy/network_configuration_updater.h
|
| @@ -14,6 +14,8 @@
|
| #include "components/onc/onc_constants.h"
|
|
|
| namespace base {
|
| +class DictionaryValue;
|
| +class ListValue;
|
| class Value;
|
| }
|
|
|
| @@ -69,7 +71,8 @@ class NetworkConfigurationUpdater : public PolicyService::Observer {
|
| // Pushes the network part of the policy to the
|
| // ManagedNetworkConfigurationHandler. This can be overridden by subclasses to
|
| // modify |network_configs_onc| before the actual application.
|
| - virtual void ApplyNetworkPolicy(base::ListValue* network_configs_onc);
|
| + virtual void ApplyNetworkPolicy(base::ListValue* network_configs_onc,
|
| + base::DictionaryValue* global_network_config);
|
|
|
| onc::ONCSource onc_source_;
|
|
|
|
|