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

Unified Diff: chrome/browser/signin/fake_profile_oauth2_token_service.h

Issue 148513010: Eliminate ProfileOAuth2TokenService being a BCKS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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/signin/fake_profile_oauth2_token_service.h
diff --git a/chrome/browser/signin/fake_profile_oauth2_token_service.h b/chrome/browser/signin/fake_profile_oauth2_token_service.h
index cc5cbc9a784936a9ca9744af3bb81b619a69e25d..8153df060e831ca0e7cd48b6cade285072eab23c 100644
--- a/chrome/browser/signin/fake_profile_oauth2_token_service.h
+++ b/chrome/browser/signin/fake_profile_oauth2_token_service.h
@@ -110,14 +110,14 @@ class FakeProfileOAuth2TokenService
// Helper function to be used with
// BrowserContextKeyedService::SetTestingFactory().
- static BrowserContextKeyedService* Build(content::BrowserContext* profile);
+ static BrowserContextKeyedService* Build(content::BrowserContext* context);
blundell 2014/02/10 16:19:16 These functions should move to be on the FakePO2TS
Roger Tawa OOO till Jul 10th 2014/02/10 19:49:13 Probably makes sense to do it as part of this CL,
blundell 2014/02/13 16:07:06 Done.
// Helper function to be used with
// BrowserContextKeyedService::SetTestingFactory() that creates a
// FakeProfileOAuth2TokenService object that posts fetch responses on the
// current message loop.
static BrowserContextKeyedService* BuildAutoIssuingTokenService(
- content::BrowserContext* profile);
+ content::BrowserContext* context);
protected:
// OAuth2TokenService overrides.

Powered by Google App Engine
This is Rietveld 408576698