| 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..5c44a72f7f0cd4299d5c8e1c4c3183ddd29ce4ca 100644
|
| --- a/ash/mus/vpn_delegate_mus.h
|
| +++ b/ash/mus/vpn_delegate_mus.h
|
| @@ -18,12 +18,7 @@ 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_;
|
| + void ShowAddPage(const std::string& extension_id) override;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(VPNDelegateMus);
|
| };
|
|
|