Chromium Code Reviews| Index: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| diff --git a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| index 1bf90c7cc2dc91929a9ea0f84ec1c41b3b71cda1..ae1da71afb4ec56e8e73f259e8660cfdc908ed86 100644 |
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc |
| @@ -263,7 +263,7 @@ void InternetOptionsHandler::ConfigureNetwork(const base::ListValue* args) { |
| return; |
| } |
| - NetworkConfigView::Show(service_path, GetNativeWindow()); |
| + NetworkConfigView::ShowByServicePath(service_path, GetNativeWindow()); |
|
stevenjb
2016/10/20 19:42:40
If this and settings are the only places where we
James Cook
2016/10/20 20:10:35
Done.
|
| } |
| } // namespace options |