| Index: ui/chromeos/network/network_connect.h
|
| diff --git a/ui/chromeos/network/network_connect.h b/ui/chromeos/network/network_connect.h
|
| index b7acddf64158a9720c6200be5935a075ba4eba67..5a65dd78d9de1f45ae0ec90f05464b3e3f01b211 100644
|
| --- a/ui/chromeos/network/network_connect.h
|
| +++ b/ui/chromeos/network/network_connect.h
|
| @@ -31,7 +31,7 @@ class UI_CHROMEOS_EXPORT NetworkConnect {
|
|
|
| // Shows the settings related to network. If |network_id| is not empty,
|
| // show the settings for that network.
|
| - virtual void ShowNetworkSettingsForGuid(const std::string& network_id) = 0;
|
| + virtual void ShowNetworkSettings(const std::string& network_id) = 0;
|
|
|
| // Shows UI to enroll the network specified by |network_id| if appropriate
|
| // and returns true, otherwise returns false.
|
| @@ -41,7 +41,7 @@ class UI_CHROMEOS_EXPORT NetworkConnect {
|
| virtual void ShowMobileSimDialog() = 0;
|
|
|
| // Shows UI to setup a mobile network.
|
| - virtual void ShowMobileSetupDialog(const std::string& service_path) = 0;
|
| + virtual void ShowMobileSetupDialog(const std::string& network_id) = 0;
|
|
|
| protected:
|
| virtual ~Delegate() {}
|
|
|