| Index: chrome/browser/chromeos/login/captive_portal_window_proxy.cc
|
| diff --git a/chrome/browser/chromeos/login/captive_portal_window_proxy.cc b/chrome/browser/chromeos/login/captive_portal_window_proxy.cc
|
| index 648f8b5737911c13937b07f5b303f1f708d0684f..739c1b2db370cdd376a7f2b1e90a67a768230ec4 100644
|
| --- a/chrome/browser/chromeos/login/captive_portal_window_proxy.cc
|
| +++ b/chrome/browser/chromeos/login/captive_portal_window_proxy.cc
|
| @@ -46,7 +46,7 @@ void CaptivePortalWindowProxy::ShowIfRedirected() {
|
| // Dialog is not initialized yet.
|
| if (!captive_portal_view_.get()) {
|
| captive_portal_view_.reset(
|
| - new CaptivePortalView(ProfileManager::GetDefaultProfile(), this));
|
| + new CaptivePortalView(ProfileManager::GetSigninProfile(), this));
|
| }
|
|
|
| // If dialog has been created (but not shown) previously, force reload.
|
|
|