| 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 27a149a07c56881f977d024cee1c40983e486c7d..25becc3bf7ed25af7971ddc6e05674792d097cee 100644
|
| --- a/chrome/browser/policy/network_configuration_updater.h
|
| +++ b/chrome/browser/policy/network_configuration_updater.h
|
| @@ -31,6 +31,9 @@ class NetworkConfigurationUpdater
|
| // ConfigurationPolicyProvider::Observer:
|
| virtual void OnUpdatePolicy(ConfigurationPolicyProvider* provider) OVERRIDE;
|
|
|
| + // Empty network configuration blob.
|
| + static const char kEmptyConfiguration[];
|
| +
|
| private:
|
| // Grabs network configuration from policy and applies it.
|
| void Update();
|
|
|