| Index: chrome/browser/chromeos/mobile/mobile_activator.cc
|
| diff --git a/chrome/browser/chromeos/mobile/mobile_activator.cc b/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| index 6d55640b74be6fa4814690927951bef7971ba2b1..bb9cf1bff1fc032a15bf9267cc8526995dce5024 100644
|
| --- a/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| +++ b/chrome/browser/chromeos/mobile/mobile_activator.cc
|
| @@ -624,8 +624,7 @@ void MobileActivator::ContinueConnecting() {
|
| LOG(WARNING) << "Connect failed, will try again in a little bit.";
|
| if (network) {
|
| VLOG(1) << "Connecting to: " << network->path();
|
| - ash::network_connect::ConnectToNetwork(
|
| - network->path(), NULL /* no parent window */);
|
| + ash::network_connect::ConnectToNetwork(network->path());
|
| }
|
| }
|
| }
|
|
|