| Index: ash/common/system/tray/system_tray_notifier.h
|
| diff --git a/ash/common/system/tray/system_tray_notifier.h b/ash/common/system/tray/system_tray_notifier.h
|
| index fe2b28c2b4826ce0ba1eec146169cc3993a6fd54..1b80a67a806e29d7b1ea8f34e67e63e7df049bee 100644
|
| --- a/ash/common/system/tray/system_tray_notifier.h
|
| +++ b/ash/common/system/tray/system_tray_notifier.h
|
| @@ -95,7 +95,7 @@ class ASH_EXPORT SystemTrayNotifier {
|
| NetworkPortalDetectorObserver* observer);
|
| void RemoveNetworkPortalDetectorObserver(
|
| NetworkPortalDetectorObserver* observer);
|
| - void NotifyOnCaptivePortalDetected(const std::string& service_path);
|
| + void NotifyOnCaptivePortalDetected(const std::string& guid);
|
|
|
| // Screen capture.
|
| void AddScreenCaptureObserver(ScreenCaptureObserver* observer);
|
|
|