| Index: ash/public/interfaces/system_tray.mojom
|
| diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
|
| index 3cdb3e1be62fa1c0bef936d903d4ced558ce454d..d98d351ea9677d52cfa8e019d1dd1a6fd70032f5 100644
|
| --- a/ash/public/interfaces/system_tray.mojom
|
| +++ b/ash/public/interfaces/system_tray.mojom
|
| @@ -54,6 +54,10 @@ interface SystemTrayClient {
|
|
|
| // TODO(crbug.com/647412): ShowEnterpriseInfo();
|
|
|
| + // Shows UI to configure or activate the network specified by |service_path|,
|
| + // which may include showing payment or captive portal UI when appropriate.
|
| + ShowNetworkConfigure(string service_path);
|
| +
|
| // Shows settings related to networking. If |network_id| is empty, shows
|
| // general settings. Otherwise shows settings for the individual network.
|
| // On devices |network_id| is a GUID, but on Linux desktop and in tests it can
|
|
|