| Index: chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h
|
| diff --git a/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h b/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h
|
| index 649f6f84772af5f22978592df0ee5bd8a1c65e19..e8101a50f2af71b414079c666eba09ce3490d164 100644
|
| --- a/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h
|
| +++ b/chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h
|
| @@ -35,6 +35,9 @@ class ArcBackgroundAuthCodeFetcher : public ArcAuthCodeFetcher,
|
| ArcBackgroundAuthCodeFetcher(Profile* profile, ArcAuthContext* context);
|
| ~ArcBackgroundAuthCodeFetcher() override;
|
|
|
| + // Exposed for testing.
|
| + static std::string GetTokenExchangeEndpointForTesting();
|
| +
|
| // ArcAuthCodeFetcher:
|
| void Fetch(const FetchCallback& callback) override;
|
|
|
|
|