Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(380)

Unified Diff: ash/public/interfaces/system_tray.mojom

Issue 2513673004: Reland: chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: fix manifest for reland Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/public/interfaces/BUILD.gn ('k') | ash/public/interfaces/vpn_list.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ash/public/interfaces/BUILD.gn ('k') | ash/public/interfaces/vpn_list.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698