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

Unified Diff: ui/chromeos/network/network_state_notifier_unittest.cc

Issue 2430003002: NetworkConnect::Delegate: service_path -> network_id (Closed)
Patch Set: Rebase Created 4 years, 2 months 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
« no previous file with comments | « ui/chromeos/network/network_connect.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/chromeos/network/network_state_notifier_unittest.cc
diff --git a/ui/chromeos/network/network_state_notifier_unittest.cc b/ui/chromeos/network/network_state_notifier_unittest.cc
index 74cce5e8640b471f731bdc109476f030b999f651..3899908516e1953dd9af65087fb8ba4cf733cdb9 100644
--- a/ui/chromeos/network/network_state_notifier_unittest.cc
+++ b/ui/chromeos/network/network_state_notifier_unittest.cc
@@ -31,7 +31,7 @@ class NetworkConnectTestDelegate : public NetworkConnect::Delegate {
// NetworkConnect::Delegate
void ShowNetworkConfigure(const std::string& network_id) override {}
- void ShowNetworkSettingsForGuid(const std::string& network_id) override {}
+ void ShowNetworkSettings(const std::string& network_id) override {}
bool ShowEnrollNetwork(const std::string& network_id) override {
return false;
}
« no previous file with comments | « ui/chromeos/network/network_connect.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698