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

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: typo 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..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

Powered by Google App Engine
This is Rietveld 408576698