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

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: Collapse VPNProvider::Key and VPNProvider structs 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..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);
};

Powered by Google App Engine
This is Rietveld 408576698