| Index: chrome/browser/chromeos/cros/network_library_impl_stub.cc
|
| diff --git a/chrome/browser/chromeos/cros/network_library_impl_stub.cc b/chrome/browser/chromeos/cros/network_library_impl_stub.cc
|
| index ad5d8dfc20fffe1f4a70606f86026d183191667f..887c3389e5f967a765908e7b7e09364160d86cbf 100644
|
| --- a/chrome/browser/chromeos/cros/network_library_impl_stub.cc
|
| +++ b/chrome/browser/chromeos/cros/network_library_impl_stub.cc
|
| @@ -482,7 +482,7 @@ void NetworkLibraryImplStub::CallConfigureService(
|
| const DictionaryValue* info) {}
|
|
|
| void NetworkLibraryImplStub::CallConnectToNetwork(Network* network) {
|
| - // Immediately set the network to active to mimic flimflam's behavior.
|
| + // Immediately set the network to active to mimic shill's behavior.
|
| SetActiveNetwork(network->type(), network->service_path());
|
| // If a delay has been set (i.e. we are interactive), delay the call to
|
| // ConnectToNetwork (but signal observers since we changed connecting state).
|
|
|