| Index: chrome/browser/chromeos/charger_replace/charger_link_dialog.cc
|
| diff --git a/chrome/browser/chromeos/charger_replace/charger_link_dialog.cc b/chrome/browser/chromeos/charger_replace/charger_link_dialog.cc
|
| index 2113e8767d120aea4c86e1cfb20bff28a6e5b2bd..415b783832672ab44965f243a0dc21d658ef339f 100644
|
| --- a/chrome/browser/chromeos/charger_replace/charger_link_dialog.cc
|
| +++ b/chrome/browser/chromeos/charger_replace/charger_link_dialog.cc
|
| @@ -38,8 +38,11 @@ ChargerLinkDialog::~ChargerLinkDialog() {
|
| }
|
|
|
| void ChargerLinkDialog::Show() {
|
| + // We show the dialog for the active user, so that the dialog will get
|
| + // displayed immediately. The parent window is a system modal/lock container
|
| + // and does not belong to any user.
|
| chrome::ShowWebDialog(parent_window_,
|
| - ProfileManager::GetDefaultProfile(),
|
| + ProfileManager::GetActiveUserProfile(),
|
| this);
|
| }
|
|
|
|
|