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

Unified Diff: ash/mus/system_tray_delegate_mus.h

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/mus/manifest.json ('k') | ash/mus/system_tray_delegate_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/system_tray_delegate_mus.h
diff --git a/ash/mus/system_tray_delegate_mus.h b/ash/mus/system_tray_delegate_mus.h
index 87b189f44523f89b5dea2a97c1c63b7283f99493..c6768705296d2b5a8ba708b3f19dd6949234e992 100644
--- a/ash/mus/system_tray_delegate_mus.h
+++ b/ash/mus/system_tray_delegate_mus.h
@@ -13,6 +13,7 @@
namespace ash {
class NetworkingConfigDelegate;
+class VPNDelegate;
// Handles the settings displayed in the system tray menu. For the classic ash
// version see SystemTrayDelegateChromeOS.
@@ -28,8 +29,10 @@
private:
// SystemTrayDelegate:
NetworkingConfigDelegate* GetNetworkingConfigDelegate() const override;
+ VPNDelegate* GetVPNDelegate() const override;
std::unique_ptr<NetworkingConfigDelegate> networking_config_delegate_;
+ std::unique_ptr<VPNDelegate> vpn_delegate_;
DISALLOW_COPY_AND_ASSIGN(SystemTrayDelegateMus);
};
« no previous file with comments | « ash/mus/manifest.json ('k') | ash/mus/system_tray_delegate_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698