Commit 0dc73838 authored by Matthias Körber's avatar Matthias Körber Committed by Commit Bot

Removed unused methods from |AccountInfoFetcher|.

Change-Id: I58e1f4983a6bc5480eeae61e63798ede64919324
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826880Reviewed-by: default avatarBoris Sazonov <bsazonov@chromium.org>
Commit-Queue: Matthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#700197}
parent e33f399f
...@@ -33,8 +33,6 @@ class AccountInfoFetcher : public OAuth2AccessTokenManager::Consumer, ...@@ -33,8 +33,6 @@ class AccountInfoFetcher : public OAuth2AccessTokenManager::Consumer,
const CoreAccountId& account_id); const CoreAccountId& account_id);
~AccountInfoFetcher() override; ~AccountInfoFetcher() override;
const CoreAccountId& account_id() { return account_id_; }
// Start fetching the account information. // Start fetching the account information.
void Start(); void Start();
......
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