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

Unified Diff: chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc

Issue 2426473009: mash: Place views Wi-Fi network config dialogs in correct window parent (Closed)
Patch Set: review comments 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
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..b6cb317df095d5f27177464c1b8cfa6a20630385 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::ShowInParent(network->guid(), GetNativeWindow());
}
} // namespace options
« no previous file with comments | « chrome/browser/ui/ash/system_tray_client.cc ('k') | chrome/browser/ui/webui/settings/chromeos/internet_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698