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

Unified Diff: ash/common/system/tray/system_tray_controller.cc

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/common/system/tray/system_tray_controller.h ('k') | ash/common/system/tray/system_tray_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/tray/system_tray_controller.cc
diff --git a/ash/common/system/tray/system_tray_controller.cc b/ash/common/system/tray/system_tray_controller.cc
index 7ce7e904e3e45a634c1391b28c9a3787d49f3778..a95505d08fc713f23a89be0efab6bd83de18d6f3 100644
--- a/ash/common/system/tray/system_tray_controller.cc
+++ b/ash/common/system/tray/system_tray_controller.cc
@@ -94,6 +94,12 @@ void SystemTrayController::ShowNetworkCreate(const std::string& type) {
system_tray_client_->ShowNetworkCreate(type);
}
+void SystemTrayController::ShowThirdPartyVpnCreate(
+ const std::string& extension_id) {
+ if (ConnectToSystemTrayClient())
+ system_tray_client_->ShowThirdPartyVpnCreate(extension_id);
+}
+
void SystemTrayController::ShowNetworkSettings(const std::string& network_id) {
if (ConnectToSystemTrayClient())
system_tray_client_->ShowNetworkSettings(network_id);
« no previous file with comments | « ash/common/system/tray/system_tray_controller.h ('k') | ash/common/system/tray/system_tray_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698