| Index: google_apis/gaia/ubertoken_fetcher.h
|
| diff --git a/google_apis/gaia/ubertoken_fetcher.h b/google_apis/gaia/ubertoken_fetcher.h
|
| index 54835e1d00102f9594294ccca0a54dbe1307f633..c74aa6c5b2e8c5fc576f23020063dcb4746ca633 100644
|
| --- a/google_apis/gaia/ubertoken_fetcher.h
|
| +++ b/google_apis/gaia/ubertoken_fetcher.h
|
| @@ -50,6 +50,8 @@ class UbertokenFetcher : public GaiaAuthConsumer,
|
|
|
| // Start fetching the token for |account_id|.
|
| virtual void StartFetchingToken(const std::string& account_id);
|
| + virtual void StartFetchingTokenWithAccessToken(const std::string& account_id,
|
| + const std::string& access_token);
|
|
|
| // Overriden from GaiaAuthConsumer
|
| void OnUberAuthTokenSuccess(const std::string& token) override;
|
|
|