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

Unified Diff: chrome/browser/chromeos/login/captive_portal_window_proxy.cc

Issue 13633003: Part of multiprofile implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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/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.

Powered by Google App Engine
This is Rietveld 408576698