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

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: cleanup 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..c3bf63a008a06b18cee3445e1bdbe7c9671e7127 100644
--- a/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
+++ b/chrome/browser/ui/ash/system_tray_delegate_chromeos.cc
@@ -571,7 +571,8 @@ void SystemTrayDelegateChromeOS::ToggleBluetooth() {
void SystemTrayDelegateChromeOS::ShowOtherNetworkDialog(
const std::string& type) {
if (type == shill::kTypeCellular) {
- ChooseMobileNetworkDialog::ShowDialog(GetNativeWindow());
+ ChooseMobileNetworkDialog::ShowDialogInContainer(
+ SystemTrayClient::GetDialogParentContainerId());
return;
}
NetworkConfigView::ShowForType(type, GetNativeWindow());

Powered by Google App Engine
This is Rietveld 408576698