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

Unified Diff: ash/mus/vpn_delegate_mus.h

Issue 2510083006: chromeos: Move ownership of ash VPN provider list from chrome into ash (Closed)
Patch Set: rebase 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
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);
};

Powered by Google App Engine
This is Rietveld 408576698