| Index: chrome/browser/policy/network_configuration_updater.h
|
| diff --git a/chrome/browser/policy/network_configuration_updater.h b/chrome/browser/policy/network_configuration_updater.h
|
| index 9282a3c9ce9c83eaab1a430b34b86ba7dbb56421..27a149a07c56881f977d024cee1c40983e486c7d 100644
|
| --- a/chrome/browser/policy/network_configuration_updater.h
|
| +++ b/chrome/browser/policy/network_configuration_updater.h
|
| @@ -8,6 +8,7 @@
|
|
|
| #include <string>
|
|
|
| +#include "chrome/browser/chromeos/cros/network_ui_data.h"
|
| #include "chrome/browser/policy/configuration_policy_provider.h"
|
|
|
| namespace chromeos {
|
| @@ -39,6 +40,7 @@ class NetworkConfigurationUpdater
|
| // updated).
|
| void ApplyNetworkConfiguration(const PolicyMap& policy_map,
|
| ConfigurationPolicyType policy_type,
|
| + chromeos::NetworkUIData::ONCSource onc_source,
|
| std::string* cached_value);
|
|
|
| // Wraps the provider we read network configuration from.
|
|
|