| Index: chrome/browser/chromeos/cros/network_library_impl_base.cc
|
| diff --git a/chrome/browser/chromeos/cros/network_library_impl_base.cc b/chrome/browser/chromeos/cros/network_library_impl_base.cc
|
| index fc765b43e40473479d72e6358e0fc787f46bf890..1cdbd517c93ce1fcef829370f3c6b4294bec72b8 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_base.cc
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_base.cc
|
| @@ -842,7 +842,7 @@ void NetworkLibraryImplBase::NetworkConnectStart(
|
| // In order to be certain to trigger any notifications, set the connecting
|
| // state locally and notify observers. Otherwise there might be a state
|
| // change without a forced notify.
|
| - network->set_connecting(true);
|
| + network->set_connecting();
|
| // Distinguish between user-initiated connection attempts
|
| // and auto-connect.
|
| network->set_connection_started(true);
|
|
|