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

Unified Diff: services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc

Issue 1163483004: Make the authentication service remember selected usernames. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Follow review Created 5 years, 6 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: services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc
diff --git a/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc b/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc
index 4eba37509de7c48beb81097c382b6ebf9e6a7bc4..795ce0c49dcc31f0bb515d2d308b995930267295 100644
--- a/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc
+++ b/services/authenticating_url_loader/authenticating_url_loader_factory_impl.cc
@@ -53,8 +53,8 @@ void AuthenticatingURLLoaderFactoryImpl::RetrieveToken(
return;
}
authentication_service_->SelectAccount(
- base::Bind(&AuthenticatingURLLoaderFactoryImpl::OnAccountSelected,
- base::Unretained(this), origin));
+ true, base::Bind(&AuthenticatingURLLoaderFactoryImpl::OnAccountSelected,
+ base::Unretained(this), origin));
}
pendings_retrieve_token_[origin].push_back(callback);
}
« no previous file with comments | « mojo/services/authentication/public/interfaces/authentication.mojom ('k') | services/authentication/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698