| 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 8d91af833d48c1d3ceac4c6654b88d2e59b2642f..9933d21f4bcc5167a5109ce7a7b7935db32e0944 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc
|
| @@ -246,7 +246,7 @@ void InternetOptionsHandler::ConfigureNetwork(const base::ListValue* args) {
|
| return;
|
| }
|
|
|
| - NetworkConfigView::ShowInParent(guid, GetNativeWindow());
|
| + NetworkConfigView::ShowForNetworkId(guid, GetNativeWindow());
|
| }
|
|
|
| } // namespace options
|
|
|