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

Unified Diff: chrome/browser/chromeos/net/network_portal_notification_controller.cc

Issue 1012083002: Resolve new GAIA flow's infinite loop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clear storage partition in ProfileHelper::ClearSigninProfile. Created 5 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/net/network_portal_notification_controller.cc
diff --git a/chrome/browser/chromeos/net/network_portal_notification_controller.cc b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
index eacf5e4272d558aed185924c1a7701bb52ea6b23..12f7ac8369805fd25f6e3e12bb5aa7f141cf6cbe 100644
--- a/chrome/browser/chromeos/net/network_portal_notification_controller.cc
+++ b/chrome/browser/chromeos/net/network_portal_notification_controller.cc
@@ -301,7 +301,7 @@ void NetworkPortalNotificationController::OnDialogDestroyed(
const NetworkPortalWebDialog* dialog) {
if (dialog == dialog_) {
dialog_ = nullptr;
- ProfileHelper::Get()->ClearSigninProfile(base::Closure());
+ ProfileHelper::Get()->ClearSigninProfile(base::Closure(), nullptr);
}
}

Powered by Google App Engine
This is Rietveld 408576698