| 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..b9be75843a2f7a29cfeee2a5c9b6989405e93b27 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
|
| @@ -26,6 +26,9 @@ class URLRequestContextGetter;
|
|
|
| namespace arc {
|
|
|
| +// Exposed for testing.
|
| +extern const char kAuthTokenExchangeEndPoint[];
|
| +
|
| // The instance is not reusable, so for each Fetch(), the instance must be
|
| // re-created. Deleting the instance cancels inflight operation.
|
| class ArcBackgroundAuthCodeFetcher : public ArcAuthCodeFetcher,
|
|
|