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

Unified Diff: ash/mus/system_tray_delegate_mus.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/mus/system_tray_delegate_mus.h ('k') | ash/mus/vpn_delegate_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/system_tray_delegate_mus.cc
diff --git a/ash/mus/system_tray_delegate_mus.cc b/ash/mus/system_tray_delegate_mus.cc
index b1ab43f0d674012e79fd005ed1dc5411f0de4fbf..8d18bc5e090bc70281c280ab60de7ae50a38e97f 100644
--- a/ash/mus/system_tray_delegate_mus.cc
+++ b/ash/mus/system_tray_delegate_mus.cc
@@ -5,7 +5,6 @@
#include "ash/mus/system_tray_delegate_mus.h"
#include "ash/common/system/networking_config_delegate.h"
-#include "ash/mus/vpn_delegate_mus.h"
namespace ash {
namespace {
@@ -30,8 +29,7 @@ class StubNetworkingConfigDelegate : public NetworkingConfigDelegate {
} // namespace
SystemTrayDelegateMus::SystemTrayDelegateMus()
- : networking_config_delegate_(new StubNetworkingConfigDelegate),
- vpn_delegate_(new VPNDelegateMus) {}
+ : networking_config_delegate_(new StubNetworkingConfigDelegate) {}
SystemTrayDelegateMus::~SystemTrayDelegateMus() {
}
@@ -41,8 +39,4 @@ NetworkingConfigDelegate* SystemTrayDelegateMus::GetNetworkingConfigDelegate()
return networking_config_delegate_.get();
}
-VPNDelegate* SystemTrayDelegateMus::GetVPNDelegate() const {
- return vpn_delegate_.get();
-}
-
} // namespace ash
« no previous file with comments | « ash/mus/system_tray_delegate_mus.h ('k') | ash/mus/vpn_delegate_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698