Commit 2ce8c837 authored by Mario Sanchez Prada's avatar Mario Sanchez Prada Committed by Commit Bot

Removed unused callback |shared_url_loader_factory_getter_| from GCMS

This repeating callback got introduced along with crrev.com/c/1630162
but it's not used anywhere, so let's remove it.

Bug: 939372
Change-Id: I772d7c766da0669b4b11fa55a77e7adbb3c483cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1660445Reviewed-by: default avatarColin Blundell <blundell@chromium.org>
Reviewed-by: default avatarLowell Manners <lowell@chromium.org>
Commit-Queue: Mario Sanchez Prada <mario@igalia.com>
Cr-Commit-Position: refs/heads/master@{#669595}
parent e4ab111c
......@@ -371,8 +371,7 @@ class GaiaCookieManagerService : public GaiaAuthConsumer,
GaiaAccountsInCookieUpdatedCallback gaia_accounts_updated_in_cookie_callback_;
GaiaCookieDeletedByUserActionCallback
gaia_cookie_deleted_by_user_action_callback_;
base::RepeatingCallback<scoped_refptr<network::SharedURLLoaderFactory>()>
shared_url_loader_factory_getter_;
std::unique_ptr<GaiaAuthFetcher> gaia_auth_fetcher_;
std::unique_ptr<signin::UbertokenFetcherImpl> uber_token_fetcher_;
ExternalCcResultFetcher external_cc_result_fetcher_;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment