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

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

Issue 2522613004: Revert of chromeos: Convert ash VPNDelegate interface to mojo (Closed)
Patch Set: 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/system_tray.mojom ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/vpn_list.mojom
diff --git a/ash/public/interfaces/vpn_list.mojom b/ash/public/interfaces/vpn_list.mojom
deleted file mode 100644
index dd7954330a49e997cb96a4ad56d12304426e89e6..0000000000000000000000000000000000000000
--- a/ash/public/interfaces/vpn_list.mojom
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-module ash.mojom;
-
-// Describes a third-party VPN provided by an extension (e.g. Cisco AnyConnect).
-struct ThirdPartyVpnProvider {
- string name;
- string extension_id;
-};
-
-// Manages the VPN provider list in ash. Allows extension-backed VPN providers
-// to be added. Ash handles the built-in OpenVPN / L2TP provider internally.
-interface VpnList {
- // Sets the list of third-party VPN providers. The |providers| array may be
- // empty to clear the list (e.g. after the last third-party VPN extension is
- // uninstalled).
- SetThirdPartyVpnProviders(array<ThirdPartyVpnProvider> providers);
-};
« no previous file with comments | « ash/public/interfaces/system_tray.mojom ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698