Index: ash/system/tray/system_tray_delegate.h |
diff --git a/ash/system/tray/system_tray_delegate.h b/ash/system/tray/system_tray_delegate.h |
index 21582f10170553e176ac868bb7c0d3b3c9eabdaa..fb2601af93c239dfbfca0cb7db759b4dcf45c6d6 100644 |
--- a/ash/system/tray/system_tray_delegate.h |
+++ b/ash/system/tray/system_tray_delegate.h |
@@ -99,6 +99,7 @@ struct ASH_EXPORT UpdateInfo { |
using IMEInfoList = std::vector<IMEInfo>; |
class NetworkingConfigDelegate; |
+class VPNDelegate; |
using RebootOnShutdownCallback = base::Callback<void(bool)>; |
@@ -332,6 +333,9 @@ class ASH_EXPORT SystemTrayDelegate { |
// specified by the device policy |DeviceRebootOnShutdown|. This function |
// asynchronously calls |callback| once a trusted policy becomes available. |
virtual void ShouldRebootOnShutdown(const RebootOnShutdownCallback& callback); |
+ |
+ // Returns VPNDelegate. May return nullptr. |
+ virtual VPNDelegate* GetVPNDelegate() const; |
}; |
} // namespace ash |