Chromium Code Reviews| 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..e330cb861d4dd1729bf294d03da815ead865cabd 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 GetTokenExchangeEndpoint(); |
|
Luis Héctor Chávez
2017/05/11 16:57:54
nit: add "ForTesting" suffix.
blundell
2017/05/12 09:09:32
Done.
|
| + |
| // ArcAuthCodeFetcher: |
| void Fetch(const FetchCallback& callback) override; |