| Index: ash/system/tray/system_tray_delegate.h
|
| diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h
|
| index e843e02c0bc3ced8ecdc172af29d951ef80b7fc3..1d53b2e0cd03daf4625dcdcc9417e60f45194a52 100644
|
| --- a/ash/system/tray/system_tray_delegate.h
|
| +++ b/ash/system/tray/system_tray_delegate.h
|
| @@ -274,7 +274,7 @@ class SystemTrayDelegate {
|
| virtual void ShowMobileSimDialog() = 0;
|
|
|
| // Shows UI to setup a mobile network.
|
| - virtual void ShowMobileSetup(const std::string& network_id) = 0;
|
| + virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
|
|
|
| // Shows UI to connect to an unlisted wifi network.
|
| virtual void ShowOtherWifi() = 0;
|
|
|