Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2410)

Unified Diff: chrome/browser/chromeos/arc/auth/arc_background_auth_code_fetcher.h

Issue 2864433003: [ARC] Add browser test of ArcAuthService (Closed)
Patch Set: Rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698