| Index: ash/common/system/chromeos/network/tray_network.cc
|
| diff --git a/ash/common/system/chromeos/network/tray_network.cc b/ash/common/system/chromeos/network/tray_network.cc
|
| index 5284453a7239e1d442a5398ea7f569c891a37d96..44c38399c1ca88e251aad7cacd580603ee855172 100644
|
| --- a/ash/common/system/chromeos/network/tray_network.cc
|
| +++ b/ash/common/system/chromeos/network/tray_network.cc
|
| @@ -323,8 +323,7 @@ void TrayNetwork::RequestToggleWifi() {
|
| chromeos::network_handler::ErrorCallback());
|
| }
|
|
|
| -void TrayNetwork::OnCaptivePortalDetected(
|
| - const std::string& /* service_path */) {
|
| +void TrayNetwork::OnCaptivePortalDetected(const std::string& /* guid */) {
|
| NetworkStateChanged();
|
| }
|
|
|
|
|