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..376eaae61f208a9209f4d006398588a248dbec56 100644 |
--- a/chrome/browser/chromeos/policy/network_configuration_updater.h |
+++ b/chrome/browser/chromeos/policy/network_configuration_updater.h |
@@ -69,7 +69,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_; |