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

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

Issue 2445843002: chromeos: Convert "show other network" dialog to work with mash (Closed)
Patch Set: tweak 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/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 8dfda9900227ec4d2f6c367d63cd892ab2fad5b3..3eeb37975b0559ad23d2c75e3f65f8cbdd513d06 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -574,7 +574,8 @@ void SystemTrayDelegateChromeOS::ShowOtherNetworkDialog(
ChooseMobileNetworkDialog::ShowDialog(GetNativeWindow());
return;
}
- NetworkConfigView::ShowForType(type, GetNativeWindow());
+ NetworkConfigView::ShowForTypeInContainer(
+ type, SystemTrayClient::GetDialogParentContainerId());
}
bool SystemTrayDelegateChromeOS::GetBluetoothAvailable() {

Powered by Google App Engine
This is Rietveld 408576698