| Index: ash/public/interfaces/system_tray.mojom
|
| diff --git a/ash/public/interfaces/system_tray.mojom b/ash/public/interfaces/system_tray.mojom
|
| index fac42de7cd111d6db699415fe1ea8e70e82c6177..bd9b0494e7a3136d2d772352125b1913cc4a41eb 100644
|
| --- a/ash/public/interfaces/system_tray.mojom
|
| +++ b/ash/public/interfaces/system_tray.mojom
|
| @@ -64,6 +64,10 @@ interface SystemTrayClient {
|
| // ('wifi', 'cellular', etc.).
|
| ShowNetworkCreate(string type);
|
|
|
| + // Shows the "add network" UI to create a third-party extension-backed VPN
|
| + // connection (e.g. Cisco AnyConnect).
|
| + ShowThirdPartyVpnCreate(string extension_id);
|
| +
|
| // 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
|
|
|