| Index: ash/common/system/tray/system_tray_notifier.cc
|
| diff --git a/ash/common/system/tray/system_tray_notifier.cc b/ash/common/system/tray/system_tray_notifier.cc
|
| index a318d199108a45d097810a0be275cbaee06300f8..bfff62a7b00db2e8a51215ac834e2fdd5e2067ed 100644
|
| --- a/ash/common/system/tray/system_tray_notifier.cc
|
| +++ b/ash/common/system/tray/system_tray_notifier.cc
|
| @@ -181,9 +181,9 @@ void SystemTrayNotifier::RemoveNetworkPortalDetectorObserver(
|
| }
|
|
|
| void SystemTrayNotifier::NotifyOnCaptivePortalDetected(
|
| - const std::string& service_path) {
|
| + const std::string& guid) {
|
| for (auto& observer : network_portal_detector_observers_)
|
| - observer.OnCaptivePortalDetected(service_path);
|
| + observer.OnCaptivePortalDetected(guid);
|
| }
|
|
|
| void SystemTrayNotifier::AddScreenCaptureObserver(
|
|
|