| Index: chromeos/network/network_state_handler.h
|
| diff --git a/chromeos/network/network_state_handler.h b/chromeos/network/network_state_handler.h
|
| index 135d225737a0a0544fd6d84e275f4fd43a0af4a2..32b72019208a4cbc57810f4f6dcfd581b4df710a 100644
|
| --- a/chromeos/network/network_state_handler.h
|
| +++ b/chromeos/network/network_state_handler.h
|
| @@ -227,6 +227,9 @@ class CHROMEOS_EXPORT NetworkStateHandler
|
| // Constructs and initializes an instance for testing.
|
| static NetworkStateHandler* InitializeForTest();
|
|
|
| + // Used to simulate change in network properties.
|
| + void DebugNotifyNetworkPropertiesUpdated();
|
| +
|
| // Default set of comma separated interfaces on which to enable
|
| // portal checking.
|
| static const char kDefaultCheckPortalList[];
|
|
|