| Index: ash/mus/vpn_delegate_mus.h
|
| diff --git a/ash/mus/vpn_delegate_mus.h b/ash/mus/vpn_delegate_mus.h
|
| index e4d4deadab781032e5fb9455fbdc31eeec0a1244..ace8770a0228271ef9be266dec23abfc5a5f1903 100644
|
| --- a/ash/mus/vpn_delegate_mus.h
|
| +++ b/ash/mus/vpn_delegate_mus.h
|
| @@ -18,13 +18,8 @@ class VPNDelegateMus : public VPNDelegate {
|
|
|
| private:
|
| // VPNDelegate:
|
| - bool HaveThirdPartyVPNProviders() const override;
|
| - const std::vector<VPNProvider>& GetVPNProviders() const override;
|
| void ShowAddPage(const VPNProvider::Key& key) override;
|
|
|
| - // GetVPNProviders returns a reference to this list.
|
| - std::vector<VPNProvider> providers_;
|
| -
|
| DISALLOW_COPY_AND_ASSIGN(VPNDelegateMus);
|
| };
|
|
|
|
|