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

Unified Diff: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc

Issue 2446573003: chromeos: Make "mobile network" and "set time" dialogs work with mash (Closed)
Patch Set: gn check 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
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/web_dialog_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
diff --git a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
index 9fca176095a3cdcfd91347429dad10d8f291a905..7c4c33f2ae70efd87104812477b16d145b577569 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -564,7 +564,8 @@ void SystemTrayDelegateChromeOS::ToggleBluetooth() {
void SystemTrayDelegateChromeOS::ShowOtherNetworkDialog(
const std::string& type) {
if (type == shill::kTypeCellular) {
- ChooseMobileNetworkDialog::ShowDialog(GetNativeWindow());
+ ChooseMobileNetworkDialog::ShowDialogInContainer(
+ SystemTrayClient::GetDialogParentContainerId());
return;
}
NetworkConfigView::ShowForTypeInContainer(
« no previous file with comments | « chrome/browser/ui/BUILD.gn ('k') | chrome/browser/ui/ash/web_dialog_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698